Your message dated Mon, 28 Sep 2020 18:03:49 +0000
with message-id <e1kmxv7-000b95...@fasolo.debian.org>
and subject line Bug#971094: fixed in distro-info 0.24
has caused the Debian Bug report #971094,
regarding distro-info: FTBFS: dh_auto_test: error: make -j4 test returned exit 
code 2
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 ow...@bugs.debian.org
immediately.)


-- 
971094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971094
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: distro-info
Version: 0.23
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./test-debian-distro-info
> cd perl && ./test.pl
> testAlias
> testAll
> testDevel
> testOldstable
> py3versions: no X-Python3-Version in control file, using supported versions
> cd python && python3.8 setup.py test
> testStable
> 1..32
> testSupported
> ok 1 - unique: Matching lists
> ok 2 - symmetric_difference: Matching lists
> ok 3 - unique: 1 Unique Item
> ok 4 - unique: 1 Unique Item in the haystack
> ok 5 - symmetric_difference: 1 Unique Item
> ok 6 - Debian all
> ok 7 - Debian devel
> ok 8 - Debian oldstable
> ok 9 - Debian stable
> ok 10 - Debian testing
> ok 11 - Debian valid
> ok 12 - Debian valid
> ok 13 - Debian invalid
> ok 14 - Debian supported
> ok 15 - Debian unsupported
> ok 16 - Debian codename, invalid
> ok 17 - Debian codename
> ok 18 - Debian version, invalid
> ok 19 - Debian version
> ok 20 - Ubuntu all
> ok 21 - Ubuntu version
> ok 22 - Ubuntu LTS version
> ok 23 - Ubuntu devel
> ok 24 - Ubuntu LTS
> ok 25 - Ubuntu stable
> ok 26 - Ubuntu valid
> ok 27 - Ubuntu invalid
> ok 28 - Ubuntu is_lts
> ok 29 - Ubuntu !is_lts
> ok 30 - Ubuntu !is_lts
> ok 31 - Ubuntu supported
> ok 32 - Ubuntu unsupported
> testUnsupported
> testTesting
> testFullname
> testRelease
> testSeries
> testCombinedShortform
> testReleaseDate
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> creating distro_info.egg-info
> writing distro_info.egg-info/PKG-INFO
> writing dependency_links to distro_info.egg-info/dependency_links.txt
> writing top-level names to distro_info.egg-info/top_level.txt
> writing manifest file 'distro_info.egg-info/SOURCES.txt'
> reading manifest file 'distro_info.egg-info/SOURCES.txt'
> writing manifest file 'distro_info.egg-info/SOURCES.txt'
> running build_ext
> test_pylint (distro_info_test.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code ... testHelp
> testExactlyOne
> testUnrecognizedOption
> testUnrecognizedArguments
> testMissingArgumentAlias
> testMissingArgumentDate
> testMissingArgumentSeries
> testInvalidAlias
> testInvalidDate
> testInvalidSeries
> testMultipleAlias
> testMultipleDates
> testMultipleSeries
> testUnknownSeries
> testDays
> 
> Ran 28 tests.
> 
> OK
> ./test-ubuntu-distro-info
> testAll
> testDevel
> testLatest
> testLTS
> testStable
> testSupported
> testUnsupported
> testFullname
> testRelease
> testSeries
> testCombinedShortform
> testReleaseDate
> testHelp
> testExactlyOne
> testUnrecognizedOption
> testUnrecognizedArguments
> testMissingArgumentDate
> testMissingArgumentSeries
> testDistributionDataOutdated
> testInvalidDate
> testInvalidSeries
> testMultipleDates
> testMultipleSeries
> testUnknownSeries
> testDays
> 
> Ran 25 tests.
> 
> OK
> Running following command:
> /usr/bin/python3.8 -m pylint 
> --rcfile=/<<PKGBUILDDIR>>/python/distro_info_test/pylint.conf -- 
> debian-distro-info ubuntu-distro-info distro_info_test distro_info.py setup.py
> FAIL
> test_all (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: List all known Debian distributions. ... ok
> test_codename (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Codename decoding ... ok
> test_codename_result 
> (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Check result set to codename. ... ok
> test_devel (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Get latest development Debian distribution. ... ok
> test_fullname (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Check result set to fullname. ... ok
> test_old (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Get old (stable) Debian distribution. ... ok
> test_release (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Check result set to release. ... ok
> test_stable (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Get latest stable Debian distribution. ... ok
> test_supported (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: List all supported Debian distribution. ... ok
> test_testing (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Get latest testing Debian distribution. ... ok
> test_unsupported (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: List all unsupported Debian distribution. ... ok
> test_valid (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Check for valid Debian distribution. ... ok
> test_version (distro_info_test.test_distro_info.DebianDistroInfoTestCase)
> Test: Version decoding ... ok
> test_all (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: List all known Ubuntu distributions. ... ok
> test_codename (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check result set to codename. ... ok
> test_current_unsupported 
> (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: List all unsupported Ubuntu distributions today. ... ok
> test_devel (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Get latest development Ubuntu distribution. ... ok
> test_fullname (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check result set to fullname. ... ok
> test_is_lts (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check if Ubuntu distribution is an LTS. ... ok
> test_lts (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Get latest long term support (LTS) Ubuntu distribution. ... ok
> test_release (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check result set to release. ... ok
> test_stable (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Get latest stable Ubuntu distribution. ... ok
> test_supported (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: List all supported Ubuntu distribution. ... ok
> test_unsupported (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: List all unsupported Ubuntu distributions. ... ok
> test_valid (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check for valid Ubuntu distribution. ... ok
> test_version (distro_info_test.test_distro_info.UbuntuDistroInfoTestCase)
> Test: Check result set to version. ... ok
> test_flake8 (distro_info_test.test_flake8.Flake8TestCase)
> Test: Run flake8 on Python source code ... Running following command:
> /usr/bin/python3.8 -m flake8 --max-line-length=99 debian-distro-info 
> ubuntu-distro-info distro_info_test distro_info.py setup.py
> ok
> 
> ======================================================================
> FAIL: test_pylint (distro_info_test.test_pylint.PylintTestCase)
> Test: Run pylint on Python source code
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/python/distro_info_test/test_pylint.py", line 68, in 
> test_pylint
>     self.fail("\n".join(msgs))
> AssertionError: pylint found issues:
> ************* Module distro_info
> distro_info.py:51:8: R1725: Consider using Python 3 style super() without 
> arguments (super-with-arguments)
> distro_info.py:182:8: R1725: Consider using Python 3 style super() without 
> arguments (super-with-arguments)
> distro_info.py:248:8: R1725: Consider using Python 3 style super() without 
> arguments (super-with-arguments)
> 
> ----------------------------------------------------------------------
> Ran 28 tests in 3.373s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=28 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=28 errors=0 
> failures=1>
> make[1]: *** [Makefile:39: test-python] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j4 test returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/distro-info_0.23_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: distro-info
Source-Version: 0.24
Done: Benjamin Drung <bdr...@debian.org>

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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 28 Sep 2020 19:36:32 +0200
Source: distro-info
Architecture: source
Version: 0.24
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <bdr...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 971094
Changes:
 distro-info (0.24) unstable; urgency=medium
 .
   * Fix issues found by pylint 2.6.0 (Closes: #971094)
   * Blacken Python code
   * python: Define sets directly
   * Bump Standards-Version to 4.5.0
   * Switch to debhelper 13
Checksums-Sha1:
 ffa4c13f8e7cfa1fb58443ce129e5a78cd22a763 1948 distro-info_0.24.dsc
 64292138802ca6fedc3d4a4e96702671048fb154 29208 distro-info_0.24.tar.xz
 8ed077c5e70d5f14025c8df00bfe906188449815 7547 distro-info_0.24_source.buildinfo
Checksums-Sha256:
 8ac8b7a64d5b8b9e431f0ce83ced84b7a912e9ef7d4fb7d99872df427cc7277c 1948 
distro-info_0.24.dsc
 65c03fbdc12a95459152cdacf838d463fae4dceca92dfae8161fcf5af39c9b86 29208 
distro-info_0.24.tar.xz
 8aae953f3f31082306452e9b0d46fb659b88b2dc7164aa20162a129f3cbaa6be 7547 
distro-info_0.24_source.buildinfo
Files:
 e7aa1369d760f1fb2ccf50bceebf87a7 1948 devel optional distro-info_0.24.dsc
 d86745536053460cc7be3f2406e152c0 29208 devel optional distro-info_0.24.tar.xz
 f9b5b4ccd5625034f3f75acf740407ea 7547 devel optional 
distro-info_0.24_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAl9yIfEACgkQFZ61xO/I
d0wk3Q/9FuTVXXaKzvrMFoFIwCV0bHsEGPt8Iptsj8XnYDE7/HlLEvztYnCSdLLE
D2Kx4a8oUnJ6zFWXocsdmwBZK0OZTt3pFiILBKx5NuYs8O2o+5VwTVOwq+H/08dm
Dh01nVt9kf4pdvMQ69vtZJWFnrT7gkIICLxKk0IL5KaEyYa2rgv+W8EKk2cNQgbc
76yF5xIAJVMYUSbKklQNj9hMxo2lYWy0c3Vb21aJAH1z/eI4LbU9NjTrNMlXGi0v
EX0nI/ngwH5UH6fviw65+BjYXp71f4sRmeajPSpqAw8/6sWDLf328SVRlLf+8TSF
yzbcd6oLSONTPOakhh7HhBYXxN4SLk9LC4eJvDM/XtmlHmrDcfvxiflL298GSuM9
qmu9tMyF8IUos/7Oz9dqxKTj4cXUEIK3rxSq/0nbb043N9uuT+t9apW9XoquFh/c
4OnpylO9LVW/F+SryK7zOIkEkcZJgEojoTIs/XeSUREqo3eXX6z00TBpTaBenM68
majNPvn1I6UTJ28TqdQNy411UbsytXwLF8oGYc0ZMDVebI868y5aAht4+nKT2UyD
IaDWPP9tj0SXS9CwTczDeAkYV3HrlQsOp9OfbW1kx8bQxQnris1OBu4xE4omSdRi
QjHP7HQK9toYiQh3ubssPcox8FQZ3bkGS2ncMsmS6kuLh77uTd0=
=Q5Hu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to