>>> py3-binaryornot: Building community/py3-binaryornot 0.4.4-r3 (using abuild 3.12.0-r0) started Sun, 22 Oct 2023 19:17:52 +0000 >>> py3-binaryornot: Checking sanity of /home/buildozer/aports/community/py3-binaryornot/APKBUILD... >>> py3-binaryornot: Analyzing dependencies... >>> py3-binaryornot: Installing for build: build-base python3 py3-chardet py3-setuptools py3-pytest py3-hypothesis (1/35) Installing libbz2 (1.0.8-r6) (2/35) Installing libffi (3.4.4-r3) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.4-r0) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20231007-r0) (7/35) Installing readline (8.2.1-r2) (8/35) Installing sqlite-libs (3.43.2-r0) (9/35) Installing python3 (3.11.6-r1) (10/35) Installing python3-pycache-pyc0 (3.11.6-r1) (11/35) Installing pyc (3.11.6-r1) (12/35) Installing python3-pyc (3.11.6-r1) (13/35) Installing py3-chardet (5.2.0-r0) (14/35) Installing py3-chardet-pyc (5.2.0-r0) (15/35) Installing py3-parsing (3.1.1-r0) (16/35) Installing py3-parsing-pyc (3.1.1-r0) (17/35) Installing py3-packaging (23.2-r0) (18/35) Installing py3-packaging-pyc (23.2-r0) (19/35) Installing py3-setuptools (68.2.2-r0) (20/35) Installing py3-setuptools-pyc (68.2.2-r0) (21/35) Installing py3-iniconfig (1.1.1-r6) (22/35) Installing py3-iniconfig-pyc (1.1.1-r6) (23/35) Installing py3-pluggy (1.3.0-r0) (24/35) Installing py3-pluggy-pyc (1.3.0-r0) (25/35) Installing py3-py (1.11.0-r2) (26/35) Installing py3-py-pyc (1.11.0-r2) (27/35) Installing py3-pytest (7.4.2-r0) (28/35) Installing py3-pytest-pyc (7.4.2-r0) (29/35) Installing py3-attrs (23.1.0-r1) (30/35) Installing py3-attrs-pyc (23.1.0-r1) (31/35) Installing py3-sortedcontainers (2.4.0-r3) (32/35) Installing py3-sortedcontainers-pyc (2.4.0-r3) (33/35) Installing py3-hypothesis (6.88.1-r0) (34/35) Installing py3-hypothesis-pyc (6.88.1-r0) (35/35) Installing .makedepends-py3-binaryornot (20231022.191801) Executing busybox-1.36.1-r13.trigger OK: 327 MiB in 136 packages >>> py3-binaryornot: Cleaning up srcdir >>> py3-binaryornot: Cleaning up pkgdir >>> py3-binaryornot: Cleaning up tmpdir >>> py3-binaryornot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//360d7aeefeccf6b5359ac4dab8d7b6411d33ec08.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-binaryornot: Fetching https://github.com/audreyfeldroy/binaryornot/archive/360d7aeefeccf6b5359ac4dab8d7b6411d33ec08.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 363k 0 363k 0 0 572k 0 --:--:-- --:--:-- --:--:-- 572k >>> py3-binaryornot: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//360d7aeefeccf6b5359ac4dab8d7b6411d33ec08.tar.gz >>> py3-binaryornot: Checking sha512sums... 360d7aeefeccf6b5359ac4dab8d7b6411d33ec08.tar.gz: OK >>> py3-binaryornot: Unpacking /var/cache/distfiles/360d7aeefeccf6b5359ac4dab8d7b6411d33ec08.tar.gz... running build running build_py creating build creating build/lib creating build/lib/binaryornot copying binaryornot/helpers.py -> build/lib/binaryornot copying binaryornot/check.py -> build/lib/binaryornot copying binaryornot/__init__.py -> build/lib/binaryornot running egg_info creating binaryornot.egg-info writing binaryornot.egg-info/PKG-INFO writing dependency_links to binaryornot.egg-info/dependency_links.txt writing requirements to binaryornot.egg-info/requires.txt writing top-level names to binaryornot.egg-info/top_level.txt writing manifest file 'binaryornot.egg-info/SOURCES.txt' reading manifest file 'binaryornot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'binaryornot.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-binaryornot/src/binaryornot-360d7aeefeccf6b5359ac4dab8d7b6411d33ec08 plugins: hypothesis-6.88.1 collected 47 items tests/test_check.py .x..x.......................................... [100%] ======================== 45 passed, 2 xfailed in 0.93s ========================= >>> py3-binaryornot: Entering fakeroot... 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 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/community/py3-binaryornot/pkg creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot copying build/lib/binaryornot/helpers.py -> /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot copying build/lib/binaryornot/check.py -> /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot copying build/lib/binaryornot/__init__.py -> /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot byte-compiling /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot/helpers.py to helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot/check.py to check.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing binaryornot.egg-info/PKG-INFO writing dependency_links to binaryornot.egg-info/dependency_links.txt writing requirements to binaryornot.egg-info/requires.txt writing top-level names to binaryornot.egg-info/top_level.txt reading manifest file 'binaryornot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'binaryornot.egg-info/SOURCES.txt' Copying binaryornot.egg-info to /home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot-0.4.4-py3.11.egg-info running install_scripts >>> py3-binaryornot-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot/usr/lib/python3.11/site-packages/binaryornot/__pycache__' -> '/home/buildozer/aports/community/py3-binaryornot/pkg/py3-binaryornot-pyc/usr/lib/python3.11/site-packages/binaryornot/__pycache__' >>> py3-binaryornot-pyc*: Preparing subpackage py3-binaryornot-pyc... >>> py3-binaryornot-pyc*: Running postcheck for py3-binaryornot-pyc >>> py3-binaryornot*: Running postcheck for py3-binaryornot >>> py3-binaryornot*: Preparing package py3-binaryornot... >>> py3-binaryornot-pyc*: Tracing dependencies... python3 py3-chardet python3~3.11 >>> py3-binaryornot-pyc*: Package size: 44.0 KB >>> py3-binaryornot-pyc*: Compressing data... >>> py3-binaryornot-pyc*: Create checksum... >>> py3-binaryornot-pyc*: Create py3-binaryornot-pyc-0.4.4-r3.apk >>> py3-binaryornot*: Tracing dependencies... python3 py3-chardet python3~3.11 >>> py3-binaryornot*: Package size: 72.0 KB >>> py3-binaryornot*: Compressing data... >>> py3-binaryornot*: Create checksum... >>> py3-binaryornot*: Create py3-binaryornot-0.4.4-r3.apk >>> py3-binaryornot: Build complete at Sun, 22 Oct 2023 19:18:04 +0000 elapsed time 0h 0m 12s >>> py3-binaryornot: Cleaning up srcdir >>> py3-binaryornot: Cleaning up pkgdir >>> py3-binaryornot: Uninstalling dependencies... (1/35) Purging .makedepends-py3-binaryornot (20231022.191801) (2/35) Purging py3-chardet-pyc (5.2.0-r0) (3/35) Purging py3-chardet (5.2.0-r0) (4/35) Purging py3-setuptools-pyc (68.2.2-r0) (5/35) Purging py3-setuptools (68.2.2-r0) (6/35) Purging py3-pytest-pyc (7.4.2-r0) (7/35) Purging py3-pytest (7.4.2-r0) (8/35) Purging py3-iniconfig-pyc (1.1.1-r6) (9/35) Purging py3-iniconfig (1.1.1-r6) (10/35) Purging py3-packaging-pyc (23.2-r0) (11/35) Purging py3-packaging (23.2-r0) (12/35) Purging py3-parsing-pyc (3.1.1-r0) (13/35) Purging py3-parsing (3.1.1-r0) (14/35) Purging py3-pluggy-pyc (1.3.0-r0) (15/35) Purging py3-pluggy (1.3.0-r0) (16/35) Purging py3-py-pyc (1.11.0-r2) (17/35) Purging py3-py (1.11.0-r2) (18/35) Purging py3-hypothesis-pyc (6.88.1-r0) (19/35) Purging py3-hypothesis (6.88.1-r0) (20/35) Purging py3-attrs-pyc (23.1.0-r1) (21/35) Purging py3-attrs (23.1.0-r1) (22/35) Purging py3-sortedcontainers-pyc (2.4.0-r3) (23/35) Purging py3-sortedcontainers (2.4.0-r3) (24/35) Purging python3-pyc (3.11.6-r1) (25/35) Purging python3-pycache-pyc0 (3.11.6-r1) (26/35) Purging pyc (3.11.6-r1) (27/35) Purging python3 (3.11.6-r1) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r6) (30/35) Purging libffi (3.4.4-r3) (31/35) Purging libpanelw (6.4_p20231007-r0) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r2) (34/35) Purging sqlite-libs (3.43.2-r0) (35/35) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 101 packages >>> py3-binaryornot: Updating the community/armv7 repository index... >>> py3-binaryornot: Signing the index...