>>> diceware: Building testing/diceware 0.10-r0 (using abuild 3.12.0-r0) started Wed, 13 Dec 2023 01:29:07 +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 (1/25) Installing libbz2 (1.0.8-r6) (2/25) Installing libffi (3.4.4-r3) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.5-r0) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20231125-r0) (7/25) Installing readline (8.2.1-r2) (8/25) Installing sqlite-libs (3.44.2-r0) (9/25) Installing python3 (3.11.6-r1) (10/25) Installing python3-pycache-pyc0 (3.11.6-r1) (11/25) Installing pyc (3.11.6-r1) (12/25) Installing py3-installer-pyc (0.7.0-r1) (13/25) Installing py3-gpep517-pyc (15-r1) (14/25) Installing python3-pyc (3.11.6-r1) (15/25) Installing py3-installer (0.7.0-r1) (16/25) Installing py3-gpep517 (15-r1) (17/25) Installing py3-parsing (3.1.1-r0) (18/25) Installing py3-parsing-pyc (3.1.1-r0) (19/25) Installing py3-packaging (23.2-r0) (20/25) Installing py3-packaging-pyc (23.2-r0) (21/25) Installing py3-setuptools (68.2.2-r0) (22/25) Installing py3-setuptools-pyc (68.2.2-r0) (23/25) Installing py3-wheel (0.42.0-r0) (24/25) Installing py3-wheel-pyc (0.42.0-r0) (25/25) Installing .makedepends-diceware (20231213.012916) Executing busybox-1.36.1-r16.trigger OK: 278 MiB in 127 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 262k 100 262k 0 0 497k 0 --:--:-- --:--:-- --:--:-- 518k >>> 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 2023-12-13 01:29:19,655 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-12-13 01:29:19,861 root INFO running bdist_wheel 2023-12-13 01:29:19,934 root INFO running build 2023-12-13 01:29:19,935 root INFO running build_py 2023-12-13 01:29:19,946 root INFO creating build 2023-12-13 01:29:19,947 root INFO creating build/lib 2023-12-13 01:29:19,947 root INFO creating build/lib/diceware 2023-12-13 01:29:19,948 root INFO copying diceware/wordlist.py -> build/lib/diceware 2023-12-13 01:29:19,949 root INFO copying diceware/__about__.py -> build/lib/diceware 2023-12-13 01:29:19,950 root INFO copying diceware/__init__.py -> build/lib/diceware 2023-12-13 01:29:19,951 root INFO copying diceware/random_sources.py -> build/lib/diceware 2023-12-13 01:29:19,952 root INFO copying diceware/__main__.py -> build/lib/diceware 2023-12-13 01:29:19,953 root INFO copying diceware/logger.py -> build/lib/diceware 2023-12-13 01:29:19,953 root INFO copying diceware/config.py -> build/lib/diceware 2023-12-13 01:29:19,954 root INFO running egg_info 2023-12-13 01:29:19,955 root INFO creating diceware.egg-info 2023-12-13 01:29:19,961 root INFO writing diceware.egg-info/PKG-INFO 2023-12-13 01:29:19,968 root INFO writing dependency_links to diceware.egg-info/dependency_links.txt 2023-12-13 01:29:19,969 root INFO writing entry points to diceware.egg-info/entry_points.txt 2023-12-13 01:29:19,970 root INFO writing namespace_packages to diceware.egg-info/namespace_packages.txt 2023-12-13 01:29:19,972 root INFO writing requirements to diceware.egg-info/requires.txt 2023-12-13 01:29:19,973 root INFO writing top-level names to diceware.egg-info/top_level.txt 2023-12-13 01:29:19,973 root INFO writing manifest file 'diceware.egg-info/SOURCES.txt' 2023-12-13 01:29:19,983 root INFO reading manifest file 'diceware.egg-info/SOURCES.txt' 2023-12-13 01:29:19,985 root INFO reading manifest template 'MANIFEST.in' 2023-12-13 01:29:20,000 root INFO adding license file 'LICENSE' 2023-12-13 01:29:20,005 root INFO writing manifest file 'diceware.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:204: _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) 2023-12-13 01:29:20,013 root INFO creating build/lib/diceware/wordlists 2023-12-13 01:29:20,013 root INFO copying diceware/wordlists/wordlist_de.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,014 root INFO copying diceware/wordlists/wordlist_de_8k.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,015 root INFO copying diceware/wordlists/wordlist_en_adjectives.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,016 root INFO copying diceware/wordlists/wordlist_en_eff.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,018 root INFO copying diceware/wordlists/wordlist_en_nouns.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,019 root INFO copying diceware/wordlists/wordlist_en_securedrop.asc -> build/lib/diceware/wordlists 2023-12-13 01:29:20,020 root INFO copying diceware/wordlists/wordlist_pt-br.txt -> build/lib/diceware/wordlists 2023-12-13 01:29:20,042 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-12-13 01:29:20,042 root INFO running install 2023-12-13 01:29:20,106 root INFO running install_lib 2023-12-13 01:29:20,115 root INFO creating build/bdist.linux-riscv64 2023-12-13 01:29:20,116 root INFO creating build/bdist.linux-riscv64/wheel 2023-12-13 01:29:20,116 root INFO creating build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,117 root INFO copying build/lib/diceware/wordlist.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,117 root INFO copying build/lib/diceware/__about__.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,118 root INFO copying build/lib/diceware/__init__.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,119 root INFO copying build/lib/diceware/random_sources.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,120 root INFO copying build/lib/diceware/__main__.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,121 root INFO creating build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,121 root INFO copying build/lib/diceware/wordlists/wordlist_pt-br.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,122 root INFO copying build/lib/diceware/wordlists/wordlist_en_eff.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,123 root INFO copying build/lib/diceware/wordlists/wordlist_en_securedrop.asc -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,124 root INFO copying build/lib/diceware/wordlists/wordlist_en_nouns.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,125 root INFO copying build/lib/diceware/wordlists/wordlist_de_8k.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,126 root INFO copying build/lib/diceware/wordlists/wordlist_en_adjectives.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,127 root INFO copying build/lib/diceware/wordlists/wordlist_de.txt -> build/bdist.linux-riscv64/wheel/diceware/wordlists 2023-12-13 01:29:20,128 root INFO copying build/lib/diceware/logger.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,128 root INFO copying build/lib/diceware/config.py -> build/bdist.linux-riscv64/wheel/diceware 2023-12-13 01:29:20,129 root INFO running install_egg_info 2023-12-13 01:29:20,146 root INFO Copying diceware.egg-info to build/bdist.linux-riscv64/wheel/diceware-0.10-py3.11.egg-info 2023-12-13 01:29:20,151 root INFO running install_scripts 2023-12-13 01:29:20,172 wheel INFO creating build/bdist.linux-riscv64/wheel/diceware-0.10.dist-info/WHEEL 2023-12-13 01:29:20,174 wheel INFO creating '/home/buildozer/aports/testing/diceware/src/diceware-0.10/.dist/.tmp-ymb0axxd/diceware-0.10-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-12-13 01:29:20,177 wheel INFO adding 'diceware/__about__.py' 2023-12-13 01:29:20,181 wheel INFO adding 'diceware/__init__.py' 2023-12-13 01:29:20,182 wheel INFO adding 'diceware/__main__.py' 2023-12-13 01:29:20,183 wheel INFO adding 'diceware/config.py' 2023-12-13 01:29:20,184 wheel INFO adding 'diceware/logger.py' 2023-12-13 01:29:20,185 wheel INFO adding 'diceware/random_sources.py' 2023-12-13 01:29:20,186 wheel INFO adding 'diceware/wordlist.py' 2023-12-13 01:29:20,188 wheel INFO adding 'diceware/wordlists/wordlist_de.txt' 2023-12-13 01:29:20,191 wheel INFO adding 'diceware/wordlists/wordlist_de_8k.txt' 2023-12-13 01:29:20,193 wheel INFO adding 'diceware/wordlists/wordlist_en_adjectives.txt' 2023-12-13 01:29:20,194 wheel INFO adding 'diceware/wordlists/wordlist_en_eff.txt' 2023-12-13 01:29:20,197 wheel INFO adding 'diceware/wordlists/wordlist_en_nouns.txt' 2023-12-13 01:29:20,199 wheel INFO adding 'diceware/wordlists/wordlist_en_securedrop.asc' 2023-12-13 01:29:20,201 wheel INFO adding 'diceware/wordlists/wordlist_pt-br.txt' 2023-12-13 01:29:20,204 wheel INFO adding 'diceware-0.10.dist-info/LICENSE' 2023-12-13 01:29:20,205 wheel INFO adding 'diceware-0.10.dist-info/METADATA' 2023-12-13 01:29:20,206 wheel INFO adding 'diceware-0.10.dist-info/WHEEL' 2023-12-13 01:29:20,207 wheel INFO adding 'diceware-0.10.dist-info/entry_points.txt' 2023-12-13 01:29:20,208 wheel INFO adding 'diceware-0.10.dist-info/namespace_packages.txt' 2023-12-13 01:29:20,208 wheel INFO adding 'diceware-0.10.dist-info/top_level.txt' 2023-12-13 01:29:20,210 wheel INFO adding 'diceware-0.10.dist-info/RECORD' 2023-12-13 01:29:20,211 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-12-13 01:29:20,214 gpep517 INFO The backend produced .dist/diceware-0.10-py2.py3-none-any.whl diceware-0.10-py2.py3-none-any.whl >>> diceware: Entering fakeroot... >>> diceware-pyc*: Running split function pyc... '/home/buildozer/aports/testing/diceware/pkg/diceware/usr/lib/python3.11/site-packages/diceware/__pycache__' -> '/home/buildozer/aports/testing/diceware/pkg/diceware-pyc/usr/lib/python3.11/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.11 >>> diceware-pyc*: Package size: 76.0 KB >>> diceware-pyc*: Compressing data... >>> diceware-pyc*: Create checksum... >>> diceware-pyc*: Create diceware-pyc-0.10-r0.apk >>> diceware*: Tracing dependencies... python3~3.11 >>> diceware*: Package size: 608.0 KB >>> diceware*: Compressing data... >>> diceware*: Create checksum... >>> diceware*: Create diceware-0.10-r0.apk >>> diceware: Build complete at Wed, 13 Dec 2023 01:29:25 +0000 elapsed time 0h 0m 18s >>> diceware: Cleaning up srcdir >>> diceware: Cleaning up pkgdir >>> diceware: Uninstalling dependencies... (1/25) Purging .makedepends-diceware (20231213.012916) (2/25) Purging py3-gpep517-pyc (15-r1) (3/25) Purging py3-gpep517 (15-r1) (4/25) Purging py3-installer-pyc (0.7.0-r1) (5/25) Purging py3-installer (0.7.0-r1) (6/25) Purging py3-setuptools-pyc (68.2.2-r0) (7/25) Purging py3-setuptools (68.2.2-r0) (8/25) Purging py3-wheel-pyc (0.42.0-r0) (9/25) Purging py3-wheel (0.42.0-r0) (10/25) Purging py3-packaging-pyc (23.2-r0) (11/25) Purging py3-packaging (23.2-r0) (12/25) Purging py3-parsing-pyc (3.1.1-r0) (13/25) Purging py3-parsing (3.1.1-r0) (14/25) Purging python3-pyc (3.11.6-r1) (15/25) Purging python3-pycache-pyc0 (3.11.6-r1) (16/25) Purging pyc (3.11.6-r1) (17/25) Purging python3 (3.11.6-r1) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.4.4-r3) (21/25) Purging libpanelw (6.4_p20231125-r0) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r2) (24/25) Purging sqlite-libs (3.44.2-r0) (25/25) Purging xz-libs (5.4.5-r0) Executing busybox-1.36.1-r16.trigger OK: 227 MiB in 102 packages >>> diceware: Updating the testing/riscv64 repository index... >>> diceware: Signing the index...