Source: xkcdpass
Version: 1.19.3+dfsg1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&[email protected]&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.

Reply via email to