>>> diceware: Building testing/diceware 0.10-r1 (using abuild 3.13.0-r5) started Sun, 22 Sep 2024 03:36:24 +0000 >>> diceware: Checking sanity of /home/buildozer/aports/testing/diceware/APKBUILD... >>> diceware: Analyzing dependencies... >>> diceware: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.6-r0) (3/32) Installing gdbm (1.24-r0) (4/32) Installing xz-libs (5.6.2-r0) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.5_p20240601-r1) (7/32) Installing sqlite-libs (3.46.1-r0) (8/32) Installing python3 (3.12.6-r0) (9/32) Installing python3-pycache-pyc0 (3.12.6-r0) (10/32) Installing pyc (3.12.6-r0) (11/32) Installing py3-installer-pyc (0.7.0-r2) (12/32) Installing py3-gpep517-pyc (16-r0) (13/32) Installing python3-pyc (3.12.6-r0) (14/32) Installing py3-installer (0.7.0-r2) (15/32) Installing py3-gpep517 (16-r0) (16/32) Installing py3-parsing (3.1.4-r0) (17/32) Installing py3-parsing-pyc (3.1.4-r0) (18/32) Installing py3-packaging (24.1-r0) (19/32) Installing py3-packaging-pyc (24.1-r0) (20/32) Installing py3-setuptools (70.3.0-r0) (21/32) Installing py3-setuptools-pyc (70.3.0-r0) (22/32) Installing py3-wheel (0.43.0-r0) (23/32) Installing py3-wheel-pyc (0.43.0-r0) (24/32) Installing py3-iniconfig (2.0.0-r1) (25/32) Installing py3-iniconfig-pyc (2.0.0-r1) (26/32) Installing py3-pluggy (1.5.0-r0) (27/32) Installing py3-pluggy-pyc (1.5.0-r0) (28/32) Installing py3-py (1.11.0-r4) (29/32) Installing py3-py-pyc (1.11.0-r4) (30/32) Installing py3-pytest (8.3.3-r0) (31/32) Installing py3-pytest-pyc (8.3.3-r0) (32/32) Installing .makedepends-diceware (20240922.033626) Executing busybox-1.36.1-r32.trigger OK: 306 MiB in 135 packages >>> diceware: Cleaning up srcdir >>> diceware: Cleaning up pkgdir >>> diceware: Cleaning up tmpdir >>> diceware: Fetching https://distfiles.alpinelinux.org/distfiles/edge/diceware-0.10.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 262k 100 262k 0 0 2145k 0 --:--:-- --:--:-- --:--:-- 2171k >>> diceware: Fetching https://distfiles.alpinelinux.org/distfiles/edge/diceware-0.10.tar.gz >>> diceware: Checking sha512sums... diceware-0.10.tar.gz: OK no-pkg_resources.patch: OK >>> diceware: Unpacking /var/cache/distfiles/diceware-0.10.tar.gz... >>> diceware: no-pkg_resources.patch patching file diceware/__about__.py patching file diceware/__init__.py patching file diceware/__main__.py patching file diceware/random_sources.py patching file setup.py patching file tests/test_diceware.py patching file tests/test_random_sources.py 2024-09-22 03:36:27,818 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-09-22 03:36:27,842 root INFO running bdist_wheel 2024-09-22 03:36:27,866 root INFO running build 2024-09-22 03:36:27,866 root INFO running build_py 2024-09-22 03:36:27,869 root INFO creating build 2024-09-22 03:36:27,870 root INFO creating build/lib 2024-09-22 03:36:27,870 root INFO creating build/lib/diceware 2024-09-22 03:36:27,870 root INFO copying diceware/logger.py -> build/lib/diceware 2024-09-22 03:36:27,870 root INFO copying diceware/random_sources.py -> build/lib/diceware 2024-09-22 03:36:27,871 root INFO copying diceware/__about__.py -> build/lib/diceware 2024-09-22 03:36:27,871 root INFO copying diceware/__main__.py -> build/lib/diceware 2024-09-22 03:36:27,871 root INFO copying diceware/config.py -> build/lib/diceware 2024-09-22 03:36:27,872 root INFO copying diceware/__init__.py -> build/lib/diceware 2024-09-22 03:36:27,872 root INFO copying diceware/wordlist.py -> build/lib/diceware 2024-09-22 03:36:27,872 root INFO running egg_info 2024-09-22 03:36:27,872 root INFO creating diceware.egg-info 2024-09-22 03:36:27,875 root INFO writing diceware.egg-info/PKG-INFO 2024-09-22 03:36:27,876 root INFO writing dependency_links to diceware.egg-info/dependency_links.txt 2024-09-22 03:36:27,877 root INFO writing entry points to diceware.egg-info/entry_points.txt 2024-09-22 03:36:27,877 root INFO writing namespace_packages to diceware.egg-info/namespace_packages.txt 2024-09-22 03:36:27,878 root INFO writing requirements to diceware.egg-info/requires.txt 2024-09-22 03:36:27,878 root INFO writing top-level names to diceware.egg-info/top_level.txt 2024-09-22 03:36:27,878 root INFO writing manifest file 'diceware.egg-info/SOURCES.txt' 2024-09-22 03:36:27,882 root INFO reading manifest file 'diceware.egg-info/SOURCES.txt' 2024-09-22 03:36:27,882 root INFO reading manifest template 'MANIFEST.in' 2024-09-22 03:36:27,886 root INFO adding license file 'LICENSE' 2024-09-22 03:36:27,887 root INFO writing manifest file 'diceware.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'diceware.wordlists' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'diceware.wordlists' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'diceware.wordlists' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'diceware.wordlists' to be distributed and are already explicitly excluding 'diceware.wordlists' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 2024-09-22 03:36:27,889 root INFO creating build/lib/diceware/wordlists 2024-09-22 03:36:27,889 root INFO copying diceware/wordlists/wordlist_de.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,890 root INFO copying diceware/wordlists/wordlist_de_8k.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,890 root INFO copying diceware/wordlists/wordlist_en_adjectives.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,890 root INFO copying diceware/wordlists/wordlist_en_eff.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,891 root INFO copying diceware/wordlists/wordlist_en_nouns.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,891 root INFO copying diceware/wordlists/wordlist_en_securedrop.asc -> build/lib/diceware/wordlists 2024-09-22 03:36:27,892 root INFO copying diceware/wordlists/wordlist_pt-br.txt -> build/lib/diceware/wordlists 2024-09-22 03:36:27,899 root INFO installing to build/bdist.linux-loongarch64/wheel 2024-09-22 03:36:27,899 root INFO running install 2024-09-22 03:36:27,913 root INFO running install_lib 2024-09-22 03:36:27,916 root INFO creating build/bdist.linux-loongarch64 2024-09-22 03:36:27,916 root INFO creating build/bdist.linux-loongarch64/wheel 2024-09-22 03:36:27,917 root INFO creating build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,917 root INFO copying build/lib/diceware/logger.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,917 root INFO copying build/lib/diceware/random_sources.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,917 root INFO copying build/lib/diceware/__about__.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,918 root INFO copying build/lib/diceware/__main__.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,918 root INFO copying build/lib/diceware/config.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,918 root INFO creating build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,918 root INFO copying build/lib/diceware/wordlists/wordlist_en_adjectives.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,919 root INFO copying build/lib/diceware/wordlists/wordlist_en_nouns.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,919 root INFO copying build/lib/diceware/wordlists/wordlist_pt-br.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,919 root INFO copying build/lib/diceware/wordlists/wordlist_en_securedrop.asc -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,920 root INFO copying build/lib/diceware/wordlists/wordlist_de.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,920 root INFO copying build/lib/diceware/wordlists/wordlist_de_8k.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,921 root INFO copying build/lib/diceware/wordlists/wordlist_en_eff.txt -> build/bdist.linux-loongarch64/wheel/diceware/wordlists 2024-09-22 03:36:27,921 root INFO copying build/lib/diceware/__init__.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,921 root INFO copying build/lib/diceware/wordlist.py -> build/bdist.linux-loongarch64/wheel/diceware 2024-09-22 03:36:27,922 root INFO running install_egg_info 2024-09-22 03:36:27,925 root INFO Copying diceware.egg-info to build/bdist.linux-loongarch64/wheel/diceware-0.10-py3.12.egg-info 2024-09-22 03:36:27,927 root INFO running install_scripts 2024-09-22 03:36:27,933 root INFO creating build/bdist.linux-loongarch64/wheel/diceware-0.10.dist-info/WHEEL 2024-09-22 03:36:27,933 wheel INFO creating '/home/buildozer/aports/testing/diceware/src/diceware-0.10/.dist/.tmp-vhr1n24t/diceware-0.10-py2.py3-none-any.whl' and adding 'build/bdist.linux-loongarch64/wheel' to it 2024-09-22 03:36:27,934 wheel INFO adding 'diceware/__about__.py' 2024-09-22 03:36:27,934 wheel INFO adding 'diceware/__init__.py' 2024-09-22 03:36:27,934 wheel INFO adding 'diceware/__main__.py' 2024-09-22 03:36:27,935 wheel INFO adding 'diceware/config.py' 2024-09-22 03:36:27,935 wheel INFO adding 'diceware/logger.py' 2024-09-22 03:36:27,935 wheel INFO adding 'diceware/random_sources.py' 2024-09-22 03:36:27,936 wheel INFO adding 'diceware/wordlist.py' 2024-09-22 03:36:27,936 wheel INFO adding 'diceware/wordlists/wordlist_de.txt' 2024-09-22 03:36:27,937 wheel INFO adding 'diceware/wordlists/wordlist_de_8k.txt' 2024-09-22 03:36:27,938 wheel INFO adding 'diceware/wordlists/wordlist_en_adjectives.txt' 2024-09-22 03:36:27,939 wheel INFO adding 'diceware/wordlists/wordlist_en_eff.txt' 2024-09-22 03:36:27,940 wheel INFO adding 'diceware/wordlists/wordlist_en_nouns.txt' 2024-09-22 03:36:27,941 wheel INFO adding 'diceware/wordlists/wordlist_en_securedrop.asc' 2024-09-22 03:36:27,941 wheel INFO adding 'diceware/wordlists/wordlist_pt-br.txt' 2024-09-22 03:36:27,942 wheel INFO adding 'diceware-0.10.dist-info/LICENSE' 2024-09-22 03:36:27,943 wheel INFO adding 'diceware-0.10.dist-info/METADATA' 2024-09-22 03:36:27,943 wheel INFO adding 'diceware-0.10.dist-info/WHEEL' 2024-09-22 03:36:27,944 wheel INFO adding 'diceware-0.10.dist-info/entry_points.txt' 2024-09-22 03:36:27,944 wheel INFO adding 'diceware-0.10.dist-info/namespace_packages.txt' 2024-09-22 03:36:27,944 wheel INFO adding 'diceware-0.10.dist-info/top_level.txt' 2024-09-22 03:36:27,944 wheel INFO adding 'diceware-0.10.dist-info/RECORD' 2024-09-22 03:36:27,945 root INFO removing build/bdist.linux-loongarch64/wheel 2024-09-22 03:36:27,946 gpep517 INFO The backend produced .dist/diceware-0.10-py2.py3-none-any.whl diceware-0.10-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/testing/diceware/src/diceware-0.10 configfile: tox.ini collected 142 items / 2 deselected / 140 selected tests/conftest.py . [ 0%] tests/test_config.py ...................... [ 16%] tests/test_diceware.py ..................................... [ 42%] tests/test_logger.py ..... [ 46%] tests/test_random_sources.py ....................................... [ 74%] tests/test_wordlist.py .................................... [100%] =============================== warnings summary =============================== docs/conf.py:18 /home/buildozer/aports/testing/diceware/src/diceware-0.10/docs/conf.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 140 passed, 2 deselected, 1 warning in 1.08s ================= >>> diceware: Entering fakeroot... >>> diceware-pyc*: Running split function pyc... '/home/buildozer/aports/testing/diceware/pkg/diceware/usr/lib/python3.12/site-packages/diceware/__pycache__' -> '/home/buildozer/aports/testing/diceware/pkg/diceware-pyc/usr/lib/python3.12/site-packages/diceware/__pycache__' >>> diceware-pyc*: Preparing subpackage diceware-pyc... >>> diceware-pyc*: Running postcheck for diceware-pyc >>> diceware*: Running postcheck for diceware >>> diceware*: Preparing package diceware... >>> diceware-pyc*: Tracing dependencies... python3~3.12 >>> diceware-pyc*: Package size: 72.0 KB >>> diceware-pyc*: Compressing data... >>> diceware-pyc*: Create checksum... >>> diceware-pyc*: Create diceware-pyc-0.10-r1.apk >>> diceware*: Tracing dependencies... python3~3.12 >>> diceware*: Package size: 608.0 KB >>> diceware*: Compressing data... >>> diceware*: Create checksum... >>> diceware*: Create diceware-0.10-r1.apk >>> diceware: Build complete at Sun, 22 Sep 2024 03:36:30 +0000 elapsed time 0h 0m 6s >>> diceware: Cleaning up srcdir >>> diceware: Cleaning up pkgdir >>> diceware: Uninstalling dependencies... (1/32) Purging .makedepends-diceware (20240922.033626) (2/32) Purging py3-gpep517-pyc (16-r0) (3/32) Purging py3-gpep517 (16-r0) (4/32) Purging py3-installer-pyc (0.7.0-r2) (5/32) Purging py3-installer (0.7.0-r2) (6/32) Purging py3-setuptools-pyc (70.3.0-r0) (7/32) Purging py3-setuptools (70.3.0-r0) (8/32) Purging py3-wheel-pyc (0.43.0-r0) (9/32) Purging py3-wheel (0.43.0-r0) (10/32) Purging py3-pytest-pyc (8.3.3-r0) (11/32) Purging py3-pytest (8.3.3-r0) (12/32) Purging py3-iniconfig-pyc (2.0.0-r1) (13/32) Purging py3-iniconfig (2.0.0-r1) (14/32) Purging py3-packaging-pyc (24.1-r0) (15/32) Purging py3-packaging (24.1-r0) (16/32) Purging py3-parsing-pyc (3.1.4-r0) (17/32) Purging py3-parsing (3.1.4-r0) (18/32) Purging py3-pluggy-pyc (1.5.0-r0) (19/32) Purging py3-pluggy (1.5.0-r0) (20/32) Purging py3-py-pyc (1.11.0-r4) (21/32) Purging py3-py (1.11.0-r4) (22/32) Purging python3-pyc (3.12.6-r0) (23/32) Purging python3-pycache-pyc0 (3.12.6-r0) (24/32) Purging pyc (3.12.6-r0) (25/32) Purging python3 (3.12.6-r0) (26/32) Purging gdbm (1.24-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.4.6-r0) (29/32) Purging libpanelw (6.5_p20240601-r1) (30/32) Purging mpdecimal (4.0.0-r0) (31/32) Purging sqlite-libs (3.46.1-r0) (32/32) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> diceware: Updating the testing/loongarch64 repository index... >>> diceware: Signing the index...