>>> xkcdpass: Building community/xkcdpass 1.19.3-r1 (using abuild 3.10.0_rc1-r2) started Wed, 02 Nov 2022 09:40:44 +0000 >>> xkcdpass: Checking sanity of /home/buildozer/aports/community/xkcdpass/APKBUILD... >>> xkcdpass: Analyzing dependencies... >>> xkcdpass: Installing for build: build-base python3-dev py3-setuptools (1/13) Installing libbz2 (1.0.8-r3) (2/13) Installing libffi (3.4.4-r0) (3/13) Installing gdbm (1.23-r0) (4/13) Installing xz-libs (5.2.7-r0) (5/13) Installing mpdecimal (2.5.1-r1) (6/13) Installing readline (8.2.0-r0) (7/13) Installing sqlite-libs (3.39.4-r0) (8/13) Installing python3 (3.10.8-r3) (9/13) Installing python3-dev (3.10.8-r3) (10/13) Installing py3-parsing (3.0.9-r0) (11/13) Installing py3-packaging (21.3-r2) (12/13) Installing py3-setuptools (65.5.0-r0) (13/13) Installing .makedepends-xkcdpass (20221102.094105) Executing busybox-1.35.0-r27.trigger OK: 371 MiB in 105 packages >>> xkcdpass: Cleaning up srcdir >>> xkcdpass: Cleaning up pkgdir >>> xkcdpass: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/xkcdpass-1.19.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2510k 100 2510k 0 0 13.1M 0 --:--:-- --:--:-- --:--:-- 13.2M >>> xkcdpass: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/xkcdpass-1.19.3.tar.gz >>> xkcdpass: Checking sha512sums... xkcdpass-1.19.3.tar.gz: OK python-to-python3.patch: OK >>> xkcdpass: Unpacking /var/cache/distfiles/v3.17/xkcdpass-1.19.3.tar.gz... >>> xkcdpass: python-to-python3.patch patching file examples/example_postprocess.py patching file xkcdpass/xkcd_password.py running build running build_py creating build creating build/lib creating build/lib/xkcdpass copying xkcdpass/__init__.py -> build/lib/xkcdpass copying xkcdpass/xkcd_password.py -> build/lib/xkcdpass 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.BSD' writing manifest file 'xkcdpass.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'xkcdpass.static' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'xkcdpass.static' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'xkcdpass.static' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'xkcdpass.static' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/xkcdpass/static copying xkcdpass/static/eff-long -> build/lib/xkcdpass/static copying xkcdpass/static/eff-short -> build/lib/xkcdpass/static copying xkcdpass/static/eff-special -> build/lib/xkcdpass/static copying xkcdpass/static/eff_large_de_sample.wordlist -> build/lib/xkcdpass/static copying xkcdpass/static/fin-kotus -> build/lib/xkcdpass/static copying xkcdpass/static/fr-corrected.txt -> build/lib/xkcdpass/static copying xkcdpass/static/fr-freelang -> build/lib/xkcdpass/static copying xkcdpass/static/ger-anlx -> build/lib/xkcdpass/static copying xkcdpass/static/ita-wiki -> build/lib/xkcdpass/static copying xkcdpass/static/legacy -> build/lib/xkcdpass/static copying xkcdpass/static/nor-nb -> build/lib/xkcdpass/static copying xkcdpass/static/pt-ipublicis -> build/lib/xkcdpass/static copying xkcdpass/static/pt-l33t-ipublicis -> build/lib/xkcdpass/static copying xkcdpass/static/spa-mich -> build/lib/xkcdpass/static test_acrostic (__main__.XkcdPasswordTests) ... ok test_delim (__main__.XkcdPasswordTests) ... ok test_loadwordfile (__main__.XkcdPasswordTests) ... ok test_regex (__main__.XkcdPasswordTests) ... ok test_set_case (__main__.XkcdPasswordTests) ... ok test_emits_no_separator_when_specified_separator_empty (__main__.TestEmitPasswords) Should emit no separator when empty separator specified. ... ok test_emits_specified_count_of_passwords (__main__.TestEmitPasswords) Should emit passwords numbering specified `count`. ... ok test_emits_specified_separator_between_passwords (__main__.TestEmitPasswords) Should emit specified separator text between each password. ... ok test_entropy_printout_valid_input (__main__.TestEntropyInformation) ... ERROR ====================================================================== ERROR: test_entropy_printout_valid_input (__main__.TestEntropyInformation) ---------------------------------------------------------------------- TypeError: TestEntropyInformation.test_entropy_printout_valid_input() missing 1 required positional argument: 'self' ---------------------------------------------------------------------- Ran 9 tests in 0.325s FAILED (errors=1) >>> xkcdpass: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py 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.BSD' writing manifest file 'xkcdpass.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'xkcdpass.static' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'xkcdpass.static' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'xkcdpass.static' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'xkcdpass.static' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) running install_lib creating /home/buildozer/aports/community/xkcdpass/pkg creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10 creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass copying build/lib/xkcdpass/__init__.py -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass copying build/lib/xkcdpass/xkcd_password.py -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/eff-short -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/fin-kotus -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/pt-ipublicis -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/fr-freelang -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/ger-anlx -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/fr-corrected.txt -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/eff-special -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/eff_large_de_sample.wordlist -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/eff-long -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/spa-mich -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/legacy -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/pt-l33t-ipublicis -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/nor-nb -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static copying build/lib/xkcdpass/static/ita-wiki -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/static creating /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/__pycache__ copying build/lib/xkcdpass/__pycache__/xkcd_password.cpython-310.pyc -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/__pycache__ copying build/lib/xkcdpass/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass/__pycache__ running install_egg_info Copying xkcdpass.egg-info to /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10/site-packages/xkcdpass-1.19.3-py3.10.egg-info running install_scripts Installing xkcdpass script to /home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/bin >>> py3-xkcdpass*: Running split function py3... '/home/buildozer/aports/community/xkcdpass/pkg/xkcdpass/usr/lib/python3.10' -> '/home/buildozer/aports/community/xkcdpass/pkg/py3-xkcdpass/usr/lib/python3.10' >>> py3-xkcdpass*: Preparing subpackage py3-xkcdpass... >>> py3-xkcdpass*: Running postcheck for py3-xkcdpass >>> xkcdpass*: Running postcheck for xkcdpass >>> xkcdpass*: Preparing package xkcdpass... >>> py3-xkcdpass*: Tracing dependencies... >>> py3-xkcdpass*: Package size: 8.4 MB >>> py3-xkcdpass*: Compressing data... >>> py3-xkcdpass*: Create checksum... >>> py3-xkcdpass*: Create py3-xkcdpass-1.19.3-r1.apk >>> xkcdpass*: Tracing dependencies... >>> xkcdpass*: Package size: 16.0 KB >>> xkcdpass*: Compressing data... >>> xkcdpass*: Create checksum... >>> xkcdpass*: Create xkcdpass-1.19.3-r1.apk >>> xkcdpass: Build complete at Wed, 02 Nov 2022 09:41:09 +0000 elapsed time 0h 0m 25s >>> xkcdpass: Cleaning up srcdir >>> xkcdpass: Cleaning up pkgdir >>> xkcdpass: Uninstalling dependencies... (1/13) Purging .makedepends-xkcdpass (20221102.094105) (2/13) Purging python3-dev (3.10.8-r3) (3/13) Purging py3-setuptools (65.5.0-r0) (4/13) Purging py3-packaging (21.3-r2) (5/13) Purging py3-parsing (3.0.9-r0) (6/13) Purging python3 (3.10.8-r3) (7/13) Purging libbz2 (1.0.8-r3) (8/13) Purging libffi (3.4.4-r0) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.7-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.2.0-r0) (13/13) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 267 MiB in 92 packages >>> xkcdpass: Updating the community/x86_64 repository index... >>> xkcdpass: Signing the index...