Your message dated Mon, 07 Oct 2024 12:20:42 +0000
with message-id <e1sxmjc-00gkrh...@fasolo.debian.org>
and subject line Bug#1084247: fixed in distro-info 1.10
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.10
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 1084...@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, 07 Oct 2024 12:13:16 +0200
Source: distro-info
Built-For-Profiles: noudeb
Architecture: source
Version: 1.10
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung <bdr...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1084247
Changes:
distro-info (1.10) unstable; urgency=medium
.
* python: Disable pylint's too-many-positional-arguments (Closes: #1084247)
Checksums-Sha1:
b3101ac94c46a55ace4f7af8173404f6ab9cb88a 2070 distro-info_1.10.dsc
63f7ce04da5e61b8c16016def4f5a03c500cae68 34084 distro-info_1.10.tar.xz
4decd8526894229347232a0938b19459d1eddd4a 8765 distro-info_1.10_source.buildinfo
Checksums-Sha256:
73f032642d220d0a1c54190e84da4742434b2d4c57de0643ef272b214f8350b4 2070
distro-info_1.10.dsc
1f0c26e4dd5326c77bdcb9fe0d2ca81dbe50af0be1550d882aa914d562a23d24 34084
distro-info_1.10.tar.xz
5788f535eccbcd407c056e9721589698775b50a35d705c0a49a9c5cf80e36d13 8765
distro-info_1.10_source.buildinfo
Files:
69b72c048bbbb2a799c597929c13f237 2070 devel optional distro-info_1.10.dsc
d534b5568582e02c882944d68b58f670 34084 devel optional distro-info_1.10.tar.xz
855a4c6503d185e05340daa706453ee6 8765 devel optional
distro-info_1.10_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmcDtJ4ACgkQFZ61xO/I
d0y9IRAAldoSM0GVbrkawjP/gZxpMna+2fTSjmtds5P1tqqXpoWCx4yjW3lhcK/X
uP9gqQue/olgs5/C4oMzU9dkXss/LsRPKUtNdpqtwuDdT5wZ9gJPeKa9l67mGala
b8HqPi0KvDRIiXI0T4Lou22E1lGkHin09o7/1hK2VjjHDgmYNZ2E+xJpjXcV9HcD
eciAHzJZNPew6yasWBc320sXUAT376HrI2HEynZk4pF5+HNMe1yMbjDljBuDmmG+
D/3C+EsQPIdXvbDee/O93bGZAPSKmn2PGqH0h5yJyTOL0lxepxWJv3xqVsB3QppL
l7lrCDz1LDFoj2yHOvaOnwhhXhBUBaN4TnK94GpDdvrAj9IWotzgWfHiEIn80zAh
BNO2hHZ0cZTSWpqED9e35wwnuq01T0TqAqGNqqTiCZVq3ek8xkuHCzYV2LeXmg25
FnugSc3jXoT8c/6bPHhYTAycmv8e1VsJe/yJ6hObrVcgUiyUp/yKxfkujYYuNWwn
kxHEGgmDecqkCLMpwCRrCL+Szg2tFFdFBn9KiJdMcX/zn/vCJtHDd0pUkTvevag6
VDdyOxAz9iAMZ3OgOkVECXc9w7pr2PJDqmmcIAO5EcmG2AboczZaaX1N32Mofcco
bpAb0n6kiZwwWH6tBvCxYjK9LBk5G0C7gCEr+ZD2X1VleVjDMwk=
=X0Na
-----END PGP SIGNATURE-----
pgpWMWQNs_zmZ.pgp
Description: PGP signature
--- End Message ---