>>> py3-bencode: Building testing/py3-bencode 4.0.0-r0 (using abuild 3.11.1-r0) started Fri, 26 May 2023 20:45:48 +0000 >>> py3-bencode: Checking sanity of /home/buildozer/aports/testing/py3-bencode/APKBUILD... >>> py3-bencode: Analyzing dependencies... >>> py3-bencode: Installing for build: build-base py3-setuptools py3-pbr py3-gpep517 py3-wheel py3-pytest (1/32) Installing gdbm (1.23-r1) (2/32) Installing mpdecimal (2.5.1-r2) (3/32) Installing libpanelw (6.4_p20230520-r0) (4/32) Installing readline (8.2.1-r2) (5/32) Installing sqlite-libs (3.42.0-r0) (6/32) Installing python3 (3.11.3-r11) (7/32) Installing python3-pycache-pyc0 (3.11.3-r11) (8/32) Installing pyc (0.1-r0) (9/32) Installing py3-setuptools-pyc (67.8.0-r0) (10/32) Installing py3-parsing (3.0.9-r2) (11/32) Installing py3-parsing-pyc (3.0.9-r2) (12/32) Installing py3-packaging-pyc (23.1-r1) (13/32) Installing python3-pyc (3.11.3-r11) (14/32) Installing py3-packaging (23.1-r1) (15/32) Installing py3-setuptools (67.8.0-r0) (16/32) Installing py3-pbr (5.11.1-r2) (17/32) Installing py3-pbr-pyc (5.11.1-r2) (18/32) Installing py3-installer (0.7.0-r1) (19/32) Installing py3-installer-pyc (0.7.0-r1) (20/32) Installing py3-gpep517 (13-r2) (21/32) Installing py3-gpep517-pyc (13-r2) (22/32) Installing py3-wheel (0.40.0-r1) (23/32) Installing py3-wheel-pyc (0.40.0-r1) (24/32) Installing py3-iniconfig (1.1.1-r6) (25/32) Installing py3-iniconfig-pyc (1.1.1-r6) (26/32) Installing py3-pluggy (1.0.0-r3) (27/32) Installing py3-pluggy-pyc (1.0.0-r3) (28/32) Installing py3-py (1.11.0-r2) (29/32) Installing py3-py-pyc (1.11.0-r2) (30/32) Installing py3-pytest (7.3.1-r1) (31/32) Installing py3-pytest-pyc (7.3.1-r1) (32/32) Installing .makedepends-py3-bencode (20230526.204549) Executing busybox-1.36.1-r0.trigger OK: 953 MiB in 143 packages >>> py3-bencode: Cleaning up srcdir >>> py3-bencode: Cleaning up pkgdir >>> py3-bencode: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-bencode-4.0.0.tar.gz >>> py3-bencode: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-bencode-4.0.0.tar.gz >>> py3-bencode: Checking sha512sums... py3-bencode-4.0.0.tar.gz: OK >>> py3-bencode: Unpacking /var/cache/distfiles/edge//py3-bencode-4.0.0.tar.gz... 2023-05-26 20:45:50,290 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead. By 2023-Sep-26, 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. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, 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. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.11/site-packages/setuptools/dist.py:755: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead. By 2023-Sep-26, 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. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) 2023-05-26 20:45:50,393 root INFO running bdist_wheel 2023-05-26 20:45:50,401 root INFO running build 2023-05-26 20:45:50,401 root INFO running build_py 2023-05-26 20:45:50,403 root INFO creating build 2023-05-26 20:45:50,404 root INFO creating build/lib 2023-05-26 20:45:50,404 root INFO creating build/lib/bencode 2023-05-26 20:45:50,404 root INFO copying bencode/__init__.py -> build/lib/bencode 2023-05-26 20:45:50,404 root INFO copying bencode/exceptions.py -> build/lib/bencode 2023-05-26 20:45:50,404 root INFO copying bencode/BTL.py -> build/lib/bencode 2023-05-26 20:45:50,404 root INFO creating build/lib/bencodepy 2023-05-26 20:45:50,405 root INFO copying bencodepy/__init__.py -> build/lib/bencodepy 2023-05-26 20:45:50,405 root INFO copying bencodepy/exceptions.py -> build/lib/bencodepy 2023-05-26 20:45:50,405 root INFO copying bencodepy/decoder.py -> build/lib/bencodepy 2023-05-26 20:45:50,405 root INFO copying bencodepy/encoder.py -> build/lib/bencodepy 2023-05-26 20:45:50,405 root INFO copying bencodepy/compat.py -> build/lib/bencodepy 2023-05-26 20:45:50,406 root INFO copying bencodepy/common.py -> build/lib/bencodepy 2023-05-26 20:45:50,406 root INFO running egg_info 2023-05-26 20:45:50,406 root INFO creating bencode.py.egg-info 2023-05-26 20:45:50,408 root INFO writing bencode.py.egg-info/PKG-INFO 2023-05-26 20:45:50,408 root INFO writing dependency_links to bencode.py.egg-info/dependency_links.txt 2023-05-26 20:45:50,408 root INFO writing top-level names to bencode.py.egg-info/top_level.txt 2023-05-26 20:45:50,414 root INFO [pbr] Processing SOURCES.txt 2023-05-26 20:45:50,414 root INFO writing manifest file 'bencode.py.egg-info/SOURCES.txt' 2023-05-26 20:45:50,415 root INFO reading manifest file 'bencode.py.egg-info/SOURCES.txt' 2023-05-26 20:45:50,415 root WARNING warning: no files found matching 'ChangeLog' 2023-05-26 20:45:50,415 root WARNING warning: no previously-included files found matching '.gitignore' 2023-05-26 20:45:50,416 root WARNING warning: no previously-included files found matching '.gitreview' 2023-05-26 20:45:50,416 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution 2023-05-26 20:45:50,417 root INFO reading manifest template 'MANIFEST.in' 2023-05-26 20:45:50,418 root WARNING warning: no files found matching 'fixtures\*' under directory 'tests' 2023-05-26 20:45:50,419 root WARNING warning: no files found matching 'requirements*.txt' 2023-05-26 20:45:50,419 root WARNING warning: no previously-included files matching '*.iml' found anywhere in distribution 2023-05-26 20:45:50,419 root WARNING warning: no previously-included files matching '*.pyc' found anywhere in distribution 2023-05-26 20:45:50,419 root INFO adding license file 'LICENSE' 2023-05-26 20:45:50,420 root INFO adding license file 'AUTHORS' 2023-05-26 20:45:50,420 root INFO adding license file 'AUTHORS.in' 2023-05-26 20:45:50,420 root INFO writing manifest file 'bencode.py.egg-info/SOURCES.txt' 2023-05-26 20:45:50,421 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-05-26 20:45:50,421 root INFO running install 2023-05-26 20:45:50,430 root INFO [pbr] Generating AUTHORS 2023-05-26 20:45:50,432 root INFO [pbr] AUTHORS complete (0.0s) 2023-05-26 20:45:50,432 root INFO running install_lib 2023-05-26 20:45:50,434 root INFO creating build/bdist.linux-armv8l 2023-05-26 20:45:50,434 root INFO creating build/bdist.linux-armv8l/wheel 2023-05-26 20:45:50,434 root INFO creating build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,434 root INFO copying build/lib/bencodepy/__init__.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,434 root INFO copying build/lib/bencodepy/exceptions.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,435 root INFO copying build/lib/bencodepy/decoder.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,435 root INFO copying build/lib/bencodepy/encoder.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,435 root INFO copying build/lib/bencodepy/compat.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,435 root INFO copying build/lib/bencodepy/common.py -> build/bdist.linux-armv8l/wheel/bencodepy 2023-05-26 20:45:50,435 root INFO creating build/bdist.linux-armv8l/wheel/bencode 2023-05-26 20:45:50,436 root INFO copying build/lib/bencode/__init__.py -> build/bdist.linux-armv8l/wheel/bencode 2023-05-26 20:45:50,436 root INFO copying build/lib/bencode/exceptions.py -> build/bdist.linux-armv8l/wheel/bencode 2023-05-26 20:45:50,436 root INFO copying build/lib/bencode/BTL.py -> build/bdist.linux-armv8l/wheel/bencode 2023-05-26 20:45:50,436 root INFO running install_egg_info 2023-05-26 20:45:50,438 root INFO Copying bencode.py.egg-info to build/bdist.linux-armv8l/wheel/bencode.py-4.0.0-py3.11.egg-info 2023-05-26 20:45:50,438 root INFO running install_scripts 2023-05-26 20:45:50,441 wheel INFO creating build/bdist.linux-armv8l/wheel/bencode.py-4.0.0.dist-info/WHEEL 2023-05-26 20:45:50,441 wheel INFO creating '/home/buildozer/aports/testing/py3-bencode/src/bencode.py-4.0.0/dist/.tmp-_bjj0wbj/bencode.py-4.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-05-26 20:45:50,442 wheel INFO adding 'bencode/BTL.py' 2023-05-26 20:45:50,442 wheel INFO adding 'bencode/__init__.py' 2023-05-26 20:45:50,442 wheel INFO adding 'bencode/exceptions.py' 2023-05-26 20:45:50,442 wheel INFO adding 'bencodepy/__init__.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencodepy/common.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencodepy/compat.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencodepy/decoder.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencodepy/encoder.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencodepy/exceptions.py' 2023-05-26 20:45:50,443 wheel INFO adding 'bencode.py-4.0.0.dist-info/AUTHORS' 2023-05-26 20:45:50,443 wheel INFO adding 'bencode.py-4.0.0.dist-info/AUTHORS.in' 2023-05-26 20:45:50,444 wheel INFO adding 'bencode.py-4.0.0.dist-info/LICENSE' 2023-05-26 20:45:50,444 wheel INFO adding 'bencode.py-4.0.0.dist-info/METADATA' 2023-05-26 20:45:50,444 wheel INFO adding 'bencode.py-4.0.0.dist-info/WHEEL' 2023-05-26 20:45:50,444 wheel INFO adding 'bencode.py-4.0.0.dist-info/top_level.txt' 2023-05-26 20:45:50,444 wheel INFO adding 'bencode.py-4.0.0.dist-info/RECORD' 2023-05-26 20:45:50,444 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-05-26 20:45:50,445 gpep517 INFO The backend produced dist/bencode.py-4.0.0-py2.py3-none-any.whl bencode.py-4.0.0-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-bencode/src/bencode.py-4.0.0 configfile: pytest.ini collected 44 items tests/bencode/bencode_tests.py .s.s..s...s.....s.s [ 43%] tests/bencode/file_tests.py ...... [ 56%] tests/bencodepy/bencode_tests.py ............. [ 86%] tests/bencodepy/file_tests.py ...... [100%] ======================== 38 passed, 6 skipped in 0.10s ========================= >>> py3-bencode: Entering fakeroot... >>> py3-bencode-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-bencode/pkg/py3-bencode/usr/lib/python3.11/site-packages/bencodepy/__pycache__' -> '/home/buildozer/aports/testing/py3-bencode/pkg/py3-bencode-pyc/usr/lib/python3.11/site-packages/bencodepy/__pycache__' '/home/buildozer/aports/testing/py3-bencode/pkg/py3-bencode/usr/lib/python3.11/site-packages/bencode/__pycache__' -> '/home/buildozer/aports/testing/py3-bencode/pkg/py3-bencode-pyc/usr/lib/python3.11/site-packages/bencode/__pycache__' >>> py3-bencode-pyc*: Preparing subpackage py3-bencode-pyc... >>> py3-bencode-pyc*: Running postcheck for py3-bencode-pyc >>> py3-bencode*: Running postcheck for py3-bencode >>> py3-bencode*: Preparing package py3-bencode... >>> py3-bencode-pyc*: Tracing dependencies... python3~3.11 >>> py3-bencode-pyc*: Package size: 84.0 KB >>> py3-bencode-pyc*: Compressing data... >>> py3-bencode-pyc*: Create checksum... >>> py3-bencode-pyc*: Create py3-bencode-pyc-4.0.0-r0.apk >>> py3-bencode*: Tracing dependencies... python3~3.11 >>> py3-bencode*: Package size: 136.0 KB >>> py3-bencode*: Compressing data... >>> py3-bencode*: Create checksum... >>> py3-bencode*: Create py3-bencode-4.0.0-r0.apk >>> py3-bencode: Build complete at Fri, 26 May 2023 20:45:54 +0000 elapsed time 0h 0m 6s >>> py3-bencode: Cleaning up srcdir >>> py3-bencode: Cleaning up pkgdir >>> py3-bencode: Uninstalling dependencies... (1/32) Purging .makedepends-py3-bencode (20230526.204549) (2/32) Purging py3-setuptools-pyc (67.8.0-r0) (3/32) Purging py3-setuptools (67.8.0-r0) (4/32) Purging py3-pbr-pyc (5.11.1-r2) (5/32) Purging py3-pbr (5.11.1-r2) (6/32) Purging py3-gpep517-pyc (13-r2) (7/32) Purging py3-gpep517 (13-r2) (8/32) Purging py3-installer-pyc (0.7.0-r1) (9/32) Purging py3-installer (0.7.0-r1) (10/32) Purging py3-wheel-pyc (0.40.0-r1) (11/32) Purging py3-wheel (0.40.0-r1) (12/32) Purging py3-pytest-pyc (7.3.1-r1) (13/32) Purging py3-pytest (7.3.1-r1) (14/32) Purging py3-iniconfig-pyc (1.1.1-r6) (15/32) Purging py3-iniconfig (1.1.1-r6) (16/32) Purging py3-packaging-pyc (23.1-r1) (17/32) Purging py3-packaging (23.1-r1) (18/32) Purging py3-parsing-pyc (3.0.9-r2) (19/32) Purging py3-parsing (3.0.9-r2) (20/32) Purging py3-pluggy-pyc (1.0.0-r3) (21/32) Purging py3-pluggy (1.0.0-r3) (22/32) Purging py3-py-pyc (1.11.0-r2) (23/32) Purging py3-py (1.11.0-r2) (24/32) Purging python3-pyc (3.11.3-r11) (25/32) Purging python3-pycache-pyc0 (3.11.3-r11) (26/32) Purging pyc (0.1-r0) (27/32) Purging python3 (3.11.3-r11) (28/32) Purging gdbm (1.23-r1) (29/32) Purging libpanelw (6.4_p20230520-r0) (30/32) Purging mpdecimal (2.5.1-r2) (31/32) Purging readline (8.2.1-r2) (32/32) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.1-r0.trigger OK: 901 MiB in 111 packages >>> py3-bencode: Updating the testing/armv7 repository index... >>> py3-bencode: Signing the index...