Your message dated Tue, 26 Apr 2022 00:23:43 +0000
with message-id <e1nj8zx-000dyt...@fasolo.debian.org>
and subject line Bug#1009426: fixed in xkcdpass 1.19.3+dfsg1-2
has caused the Debian Bug report #1009426,
regarding xkcdpass: FTBFS: test case raises “TypeError: … missing 1 required
positional argument: 'self'”
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.)
--
1009426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xkcdpass
Version: 1.19.3+dfsg1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rst2man debian/xkcdpass.1.txt > debian/xkcdpass.1.tmp
> cat debian/manpage_encoding_declaration.UTF-8 debian/xkcdpass.1.tmp >
> debian/xkcdpass.1
> dh_auto_build
> I: pybuild base:239: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass
> copying xkcdpass/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass
> copying xkcdpass/xkcd_password.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass
> running egg_info
> creating xkcdpass.egg-info
> writing xkcdpass.egg-info/PKG-INFO
> writing dependency_links to xkcdpass.egg-info/dependency_links.txt
> writing entry points to xkcdpass.egg-info/entry_points.txt
> writing top-level names to xkcdpass.egg-info/top_level.txt
> writing manifest file 'xkcdpass.egg-info/SOURCES.txt'
> reading manifest file 'xkcdpass.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE-umich-spanishwords-00readme.txt'
> adding license file 'LICENSE.BSD'
> writing manifest file 'xkcdpass.egg-info/SOURCES.txt'
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/eff-long ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/eff-short ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/eff-special ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/eff_large_de_sample.wordlist ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/fin-kotus ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/fr-corrected.txt ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/fr-freelang ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/ger-anlx ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/legacy ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/nor-nb ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/pt-ipublicis ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/pt-l33t-ipublicis ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> copying xkcdpass/static/spa-mich ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_xkcdpass/build/xkcdpass/static
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:239: python3.10 setup.py test
> 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
> writing xkcdpass.egg-info/PKG-INFO
> writing dependency_links to xkcdpass.egg-info/dependency_links.txt
> writing entry points to xkcdpass.egg-info/entry_points.txt
> writing top-level names to xkcdpass.egg-info/top_level.txt
> reading manifest file 'xkcdpass.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE-umich-spanishwords-00readme.txt'
> adding license file 'LICENSE.BSD'
> writing manifest file 'xkcdpass.egg-info/SOURCES.txt'
> running build_ext
> test_emits_no_separator_when_specified_separator_empty
> (tests.test_xkcdpass.TestEmitPasswords)
> Should emit no separator when empty separator specified. ... ok
> test_emits_specified_count_of_passwords
> (tests.test_xkcdpass.TestEmitPasswords)
> Should emit passwords numbering specified `count`. ... ok
> test_emits_specified_separator_between_passwords
> (tests.test_xkcdpass.TestEmitPasswords)
> Should emit specified separator text between each password. ... ok
> test_entropy_printout_valid_input
> (tests.test_xkcdpass.TestEntropyInformation) ... ERROR
> test_acrostic (tests.test_xkcdpass.XkcdPasswordTests) ... ok
> test_delim (tests.test_xkcdpass.XkcdPasswordTests) ... ok
> test_loadwordfile (tests.test_xkcdpass.XkcdPasswordTests) ... ok
> test_regex (tests.test_xkcdpass.XkcdPasswordTests) ... ok
> test_set_case (tests.test_xkcdpass.XkcdPasswordTests) ... ok
>
> ======================================================================
> ERROR: test_entropy_printout_valid_input
> (tests.test_xkcdpass.TestEntropyInformation)
> ----------------------------------------------------------------------
> TypeError: TestEntropyInformation.test_entropy_printout_valid_input() missing
> 1 required positional argument: 'self'
>
> ----------------------------------------------------------------------
> Ran 9 tests in 0.189s
>
> FAILED (errors=1)
> Test failed: <unittest.runner.TextTestResult run=9 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=9 errors=1 failures=0>
> E: pybuild pybuild:369: test: plugin distutils failed with: exit code=1:
> python3.10 setup.py test
> dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit
> code 13
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/xkcdpass_1.19.3+dfsg1-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: xkcdpass
Source-Version: 1.19.3+dfsg1-2
Done: Ben Finney <bign...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xkcdpass, 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 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ben Finney <bign...@debian.org> (supplier of updated xkcdpass 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: SHA256
Format: 1.8
Date: Tue, 26 Apr 2022 09:53:06 +1000
Source: xkcdpass
Architecture: source
Version: 1.19.3+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Ben Finney <bign...@debian.org>
Changed-By: Ben Finney <bign...@debian.org>
Closes: 1009426
Changes:
xkcdpass (1.19.3+dfsg1-2) unstable; urgency=medium
.
* Explicitly mark a superficial AutoPkgTest case.
* debian/patches/remove-broken-test-cases.patch:
* Remove a broken class from the upstream test suite.
Closes: bug#1009426. Thanks to Lucas Nussbaum for the report.
* Update URL for upstream homepage.
* Override false positive Lintian check for VCS-* field names.
* Override erroneous ‘anticipated-repack-count’ Lintian check.
Checksums-Sha1:
17b14a2a4997055ca6302d89a7286481bc9f328e 2002 xkcdpass_1.19.3+dfsg1-2.dsc
e320c40e80c86db0fcb56cd55dde8e622093fb5c 15420
xkcdpass_1.19.3+dfsg1-2.debian.tar.xz
208c019156ab7153abe854cfd55f3c88277c1388 6832
xkcdpass_1.19.3+dfsg1-2_amd64.buildinfo
Checksums-Sha256:
5518e6af715f633c3b1945a08eb628b3cdda644efedaf6775900a99a42bb4395 2002
xkcdpass_1.19.3+dfsg1-2.dsc
0d02a6bd2808c629e2ee7e520508e4f6d25a3ebfeb7cabc33ccd1a783953d4d3 15420
xkcdpass_1.19.3+dfsg1-2.debian.tar.xz
5ca1cd97df39ebb134175f6005a3b89e8628ed8c30b9e6014568c351d92e0dc5 6832
xkcdpass_1.19.3+dfsg1-2_amd64.buildinfo
Files:
0235678763766fb14994ec03daa024b7 2002 admin optional
xkcdpass_1.19.3+dfsg1-2.dsc
7335401d0bced3091fb4a72487f7b17b 15420 admin optional
xkcdpass_1.19.3+dfsg1-2.debian.tar.xz
04b8e046648f6114f885132248c27ffe 6832 admin optional
xkcdpass_1.19.3+dfsg1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEdN8hqSSdpNPGgGg3kgn6QYDP/G8FAmJnNSYACgkQkgn6QYDP
/G8oIw//Z8/49C7Sm8KKf/eFALi2GvOuAYuZZS7Ld2NckVmhoHH85AgmnH95ifDz
yKaJ/aB1346Uusrro4I+rmRyHr5J5U9Ww/C0S8oYAqTOwY2qQPOy96UiihvDv+68
B17tlyMQ4/DH5BHdwtWGhnxbjQVtOz36IBrjNyS6m4I+MSZMHGQKlhESJR3Z+8qS
8hq9D9X8dw3MVmYtXUyXYnIjm4417DYMHazu57qjYbWOESFqsgKHfK2d/LBiYuqk
YYMy3NHD9fEJr1DYLaVgSE8Sy8y3NP+lhQOwR43y/ShaAwl7P2IjuGt4am50FZI7
rYEmLRnilrX+bpp92T6DzbL+34Uo/JwJxjGnQcE4hD3hytC1taHVYvhC/lHGYlef
ve20P5/7HzcZ7ynrPM6n2gw8AwlBI4Emuof/PmIFtLroxYOR+RDn+VQrNJdiC/8W
L55GYKEPIqJnAOUHscTvUXwk9KkkTsEYQl6Q3Udkb3GDgYDLIDs3aXPpsSf80ryZ
elCLgvqFUpw73eVIw9QH/GjB2Z7ast1qBz/URfRu+eK4E6PwvxGswuHx2+ppaMal
CLNSThOtI0cJDvU51g3/3YhJ58+zjDbfyR/ZJZ1acFCf8Io3YwSEJmVvnkxH+VhN
h49aZqeE7S0NzV8Vm9ED34ZSU0SP0ExIIfQpKs68u7cv3QJrNmg=
=mEtB
-----END PGP SIGNATURE-----
--- End Message ---