>>> py3-identify: Building testing/py3-identify 2.5.24-r0 (using abuild 3.11.0_rc13-r0) started Thu, 04 May 2023 07:21:04 +0000 >>> py3-identify: Checking sanity of /home/buildozer/aports/testing/py3-identify/APKBUILD... >>> py3-identify: Analyzing dependencies... >>> py3-identify: Installing for build: build-base python3 py3-ukkonen py3-setuptools py3-pytest (1/33) Installing libbz2 (1.0.8-r5) (2/33) Installing libffi (3.4.4-r2) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.4.2-r1) (5/33) Installing mpdecimal (2.5.1-r2) (6/33) Installing libpanelw (6.4_p20230429-r0) (7/33) Installing readline (8.2.1-r1) (8/33) Installing sqlite-libs (3.41.2-r2) (9/33) Installing python3 (3.11.3-r10) (10/33) Installing python3-pycache-pyc0 (3.11.3-r10) (11/33) Installing pyc (0.1-r0) (12/33) Installing python3-pyc (3.11.3-r10) (13/33) Installing py3-cparser (2.21-r2) (14/33) Installing py3-cparser-pyc (2.21-r2) (15/33) Installing py3-cffi (1.15.1-r3) (16/33) Installing py3-cffi-pyc (1.15.1-r3) (17/33) Installing py3-ukkonen (1.0.1-r3) (18/33) Installing py3-ukkonen-pyc (1.0.1-r3) (19/33) Installing py3-parsing (3.0.9-r2) (20/33) Installing py3-parsing-pyc (3.0.9-r2) (21/33) Installing py3-packaging (23.1-r1) (22/33) Installing py3-packaging-pyc (23.1-r1) (23/33) Installing py3-setuptools (67.7.2-r0) (24/33) Installing py3-setuptools-pyc (67.7.2-r0) (25/33) Installing py3-iniconfig (1.1.1-r6) (26/33) Installing py3-iniconfig-pyc (1.1.1-r6) (27/33) Installing py3-pluggy (1.0.0-r3) (28/33) Installing py3-pluggy-pyc (1.0.0-r3) (29/33) Installing py3-py (1.11.0-r2) (30/33) Installing py3-py-pyc (1.11.0-r2) (31/33) Installing py3-pytest (7.3.1-r1) (32/33) Installing py3-pytest-pyc (7.3.1-r1) (33/33) Installing .makedepends-py3-identify (20230504.072105) Executing busybox-1.36.0-r8.trigger OK: 468 MiB in 132 packages >>> py3-identify: Cleaning up srcdir >>> py3-identify: Cleaning up pkgdir >>> py3-identify: Fetching https://distfiles.alpinelinux.org/distfiles/edge/identify-2.5.24.tar.gz >>> py3-identify: Fetching https://distfiles.alpinelinux.org/distfiles/edge/identify-2.5.24.tar.gz >>> py3-identify: Checking sha512sums... identify-2.5.24.tar.gz: OK >>> py3-identify: Unpacking /var/cache/distfiles/edge/identify-2.5.24.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/identify copying identify/__init__.py -> build/lib/identify copying identify/identify.py -> build/lib/identify copying identify/cli.py -> build/lib/identify copying identify/extensions.py -> build/lib/identify copying identify/interpreters.py -> build/lib/identify creating build/lib/identify/vendor copying identify/vendor/__init__.py -> build/lib/identify/vendor copying identify/vendor/licenses.py -> build/lib/identify/vendor copying identify/py.typed -> build/lib/identify ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-identify/src/identify-2.5.24 collected 453 items tests/cli_test.py .... [ 0%] tests/extensions_test.py ............................................... [ 11%] ........................................................................ [ 27%] ........................................................................ [ 43%] ........................................................................ [ 58%] ........................................................................ [ 74%] ..................... [ 79%] tests/identify_test.py ................................................. [ 90%] ............................................ [100%] ============================= 453 passed in 0.43s ============================== >>> py3-identify: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-identify/pkg creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/__init__.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/identify.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/cli.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/extensions.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/interpreters.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify copying build/lib/identify/py.typed -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify creating /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor copying build/lib/identify/vendor/__init__.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor copying build/lib/identify/vendor/licenses.py -> /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/identify.py to identify.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/cli.py to cli.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/extensions.py to extensions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/interpreters.py to interpreters.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor/licenses.py to licenses.cpython-311.pyc running install_egg_info running egg_info creating identify.egg-info writing identify.egg-info/PKG-INFO writing dependency_links to identify.egg-info/dependency_links.txt writing entry points to identify.egg-info/entry_points.txt writing requirements to identify.egg-info/requires.txt writing top-level names to identify.egg-info/top_level.txt writing manifest file 'identify.egg-info/SOURCES.txt' reading manifest file 'identify.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'identify.egg-info/SOURCES.txt' Copying identify.egg-info to /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify-2.5.24-py3.11.egg-info running install_scripts Installing identify-cli script to /home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/bin >>> py3-identify-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/__pycache__' -> '/home/buildozer/aports/testing/py3-identify/pkg/py3-identify-pyc/usr/lib/python3.11/site-packages/identify/__pycache__' '/home/buildozer/aports/testing/py3-identify/pkg/py3-identify/usr/lib/python3.11/site-packages/identify/vendor/__pycache__' -> '/home/buildozer/aports/testing/py3-identify/pkg/py3-identify-pyc/usr/lib/python3.11/site-packages/identify/vendor/__pycache__' >>> py3-identify-pyc*: Preparing subpackage py3-identify-pyc... >>> py3-identify-pyc*: Running postcheck for py3-identify-pyc >>> py3-identify*: Running postcheck for py3-identify >>> py3-identify*: Preparing package py3-identify... >>> py3-identify-pyc*: Tracing dependencies... python3 py3-ukkonen python3~3.11 >>> py3-identify-pyc*: Package size: 416.0 KB >>> py3-identify-pyc*: Compressing data... >>> py3-identify-pyc*: Create checksum... >>> py3-identify-pyc*: Create py3-identify-pyc-2.5.24-r0.apk >>> py3-identify*: Tracing dependencies... python3 py3-ukkonen python3~3.11 >>> py3-identify*: Package size: 428.0 KB >>> py3-identify*: Compressing data... >>> py3-identify*: Create checksum... >>> py3-identify*: Create py3-identify-2.5.24-r0.apk >>> py3-identify: Build complete at Thu, 04 May 2023 07:21:08 +0000 elapsed time 0h 0m 4s >>> py3-identify: Cleaning up srcdir >>> py3-identify: Cleaning up pkgdir >>> py3-identify: Uninstalling dependencies... (1/33) Purging .makedepends-py3-identify (20230504.072105) (2/33) Purging py3-ukkonen-pyc (1.0.1-r3) (3/33) Purging py3-ukkonen (1.0.1-r3) (4/33) Purging py3-cffi-pyc (1.15.1-r3) (5/33) Purging py3-cffi (1.15.1-r3) (6/33) Purging py3-cparser-pyc (2.21-r2) (7/33) Purging py3-cparser (2.21-r2) (8/33) Purging py3-setuptools-pyc (67.7.2-r0) (9/33) Purging py3-setuptools (67.7.2-r0) (10/33) Purging py3-pytest-pyc (7.3.1-r1) (11/33) Purging py3-pytest (7.3.1-r1) (12/33) Purging py3-iniconfig-pyc (1.1.1-r6) (13/33) Purging py3-iniconfig (1.1.1-r6) (14/33) Purging py3-packaging-pyc (23.1-r1) (15/33) Purging py3-packaging (23.1-r1) (16/33) Purging py3-parsing-pyc (3.0.9-r2) (17/33) Purging py3-parsing (3.0.9-r2) (18/33) Purging py3-pluggy-pyc (1.0.0-r3) (19/33) Purging py3-pluggy (1.0.0-r3) (20/33) Purging py3-py-pyc (1.11.0-r2) (21/33) Purging py3-py (1.11.0-r2) (22/33) Purging python3-pyc (3.11.3-r10) (23/33) Purging python3-pycache-pyc0 (3.11.3-r10) (24/33) Purging pyc (0.1-r0) (25/33) Purging python3 (3.11.3-r10) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r5) (28/33) Purging libffi (3.4.4-r2) (29/33) Purging libpanelw (6.4_p20230429-r0) (30/33) Purging mpdecimal (2.5.1-r2) (31/33) Purging readline (8.2.1-r1) (32/33) Purging sqlite-libs (3.41.2-r2) (33/33) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-identify: Updating the testing/aarch64 repository index... >>> py3-identify: Signing the index...