Your message dated Sat, 12 Oct 2024 17:35:03 +0000
with message-id <e1szg19-00byke...@fasolo.debian.org>
and subject line Bug#1084247: fixed in distro-info 1.11
has caused the Debian Bug report #1084247,
regarding distro-info: FTBFS: FAIL: test_pylint
(distro_info_test.test_pylint.PylintTestCase.test_pylint)
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.)
--
1084247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084247
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:distro-info
Version: 1.9
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j2 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -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 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -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
make -j2 test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./test-debian-distro-info
cd perl && ./test.pl
testAlias
py3versions: no X-Python3-Version in control file, using supported versions
testAll
1..35
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 LTS
ok 16 - Debian ELTS
ok 17 - Debian unsupported
ok 18 - Debian codename, invalid
ok 19 - Debian codename
ok 20 - Debian version, invalid
ok 21 - Debian version
ok 22 - Ubuntu all
ok 23 - Ubuntu version
ok 24 - Ubuntu LTS version
ok 25 - Ubuntu devel
ok 26 - Ubuntu LTS
ok 27 - Ubuntu stable
ok 28 - Ubuntu valid
ok 29 - Ubuntu invalid
ok 30 - Ubuntu is_lts
ok 31 - Ubuntu !is_lts
ok 32 - Ubuntu !is_lts
ok 33 - Ubuntu supported
ok 34 - Ubuntu ESM
ok 35 - Ubuntu unsupported
testDevel
cd python && python3.12 -m unittest discover
testOldstable
testStable
testSupported
testLTS
testELTS
testUnsupported
testTesting
testFullname
.............................testRelease
testSeries
testCombinedShortform
testReleaseDate
testHelp
testExactlyOne
testUnrecognizedOption
testUnrecognizedArguments
testMissingArgumentAlias
testMissingArgumentDate
testMissingArgumentSeries
testInvalidAlias
testInvalidDate
testInvalidSeries
testMultipleAlias
testMultipleDates
testMultipleSeries
testUnknownSeries
testSourceDateEpoch
testDays
.
Ran [1;36m31[0m tests.
[1;32mOK[0m
./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
testSourceDateEpoch
testDays
Ran [1;36m26[0m tests.
[1;32mOK[0m
F........
======================================================================
FAIL: test_pylint (distro_info_test.test_pylint.PylintTestCase.test_pylint)
Test: Run pylint on Python source code.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/python/distro_info_test/test_pylint.py", line 70, in
test_pylint
self.fail("\n".join(msgs))
AssertionError: pylint found issues:
************* Module distro_info
distro_info.py:58:4: R0917: Too many positional arguments (11/5)
(too-many-positional-arguments)
----------------------------------------------------------------------
Ran 39 tests in 4.748s
FAILED (failures=1)
make[1]: *** [Makefile:39: test-python] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j2 test returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
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: 1.11
Done: Stefano Rivera <stefa...@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 1084...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@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: Sat, 12 Oct 2024 10:12:40 -0700
Source: distro-info
Architecture: source
Version: 1.11
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <bdr...@debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1084247
Changes:
distro-info (1.11) unstable; urgency=medium
.
* Bump pylint minimum version. (Closes: #1084247)
Checksums-Sha1:
6aa3387d8b5f97f8436823df32c9bbb278604f54 1481 distro-info_1.11.dsc
dd8f37a0ca58735f43181c5bd286c9b0b73f97b1 33980 distro-info_1.11.tar.xz
b4c9e6f5d7e81af32bbcd2a39925cd1354f062cd 7903 distro-info_1.11_source.buildinfo
Checksums-Sha256:
6ba79d6616eb2ea4abf0e472208f4b43db3d74295074481c5a42c0a8eb512f7d 1481
distro-info_1.11.dsc
e6ec1585fecb57ca18484ae0c37546ee6f3267c8254cfa739293304241df140c 33980
distro-info_1.11.tar.xz
7ede21ff7909a92c6a04e08503b6fcbb83c03c3f30a4b06cd53d5ee55ece57db 7903
distro-info_1.11_source.buildinfo
Files:
cd425cada13d98a258471dc5439179f6 1481 devel optional distro-info_1.11.dsc
1b0ab84b35c2f68ddf6c797d63a38280 33980 devel optional distro-info_1.11.tar.xz
32ea838d59912430723eb63994a8e0d3 7903 devel optional
distro-info_1.11_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZwquMRQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2NivAQCmvnXF7DBQade7n4H/mtmrZdJ01GrE
WQ4HFQiWy/8HKwEAkxSS0ywCZ45qvpPy5NtCCpOgHKYvFL7PR2TJOw7iMA0=
=5R5v
-----END PGP SIGNATURE-----
pgpTBE4ndtHXF.pgp
Description: PGP signature
--- End Message ---