>>> py3-pockethernet: Building testing/py3-pockethernet 0.7.0-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:46:44 +0000 >>> py3-pockethernet: Checking sanity of /home/buildozer/aports/testing/py3-pockethernet/APKBUILD... >>> py3-pockethernet: Analyzing dependencies... >>> py3-pockethernet: Installing for build: build-base python3 py3-cobs py3-crc16 py3-setuptools (1/23) Installing libbz2 (1.0.8-r6) (2/23) Installing libffi (3.4.6-r0) (3/23) Installing gdbm (1.23-r1) (4/23) Installing xz-libs (5.6.1-r3) (5/23) Installing mpdecimal (4.0.0-r0) (6/23) Installing libpanelw (6.4_p20240330-r0) (7/23) Installing readline (8.2.10-r0) (8/23) Installing sqlite-libs (3.45.2-r0) (9/23) Installing python3 (3.12.3-r0) (10/23) Installing python3-pycache-pyc0 (3.12.3-r0) (11/23) Installing pyc (3.12.3-r0) (12/23) Installing python3-pyc (3.12.3-r0) (13/23) Installing py3-cobs (1.2.0-r3) (14/23) Installing py3-cobs-pyc (1.2.0-r3) (15/23) Installing py3-crc16 (0.1.1-r10) (16/23) Installing py3-crc16-pyc (0.1.1-r10) (17/23) Installing py3-parsing (3.1.2-r1) (18/23) Installing py3-parsing-pyc (3.1.2-r1) (19/23) Installing py3-packaging (24.0-r1) (20/23) Installing py3-packaging-pyc (24.0-r1) (21/23) Installing py3-setuptools (69.2.0-r2) (22/23) Installing py3-setuptools-pyc (69.2.0-r2) (23/23) Installing .makedepends-py3-pockethernet (20240415.184645) Executing busybox-1.36.1-r25.trigger OK: 360 MiB in 126 packages >>> py3-pockethernet: Cleaning up srcdir >>> py3-pockethernet: Cleaning up pkgdir >>> py3-pockethernet: Cleaning up tmpdir >>> py3-pockethernet: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pockethernet-protocol-0.7.0.tar.gz >>> py3-pockethernet: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pockethernet-protocol-0.7.0.tar.gz >>> py3-pockethernet: Checking sha512sums... pockethernet-protocol-0.7.0.tar.gz: OK >>> py3-pockethernet: Unpacking /var/cache/distfiles/pockethernet-protocol-0.7.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pockethernet copying pockethernet/__init__.py -> build/lib/pockethernet copying pockethernet/__main__.py -> build/lib/pockethernet copying pockethernet/ethernet.py -> build/lib/pockethernet copying pockethernet/crc16.py -> build/lib/pockethernet copying pockethernet/testresult.py -> build/lib/pockethernet running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating pockethernet.egg-info writing pockethernet.egg-info/PKG-INFO writing dependency_links to pockethernet.egg-info/dependency_links.txt writing entry points to pockethernet.egg-info/entry_points.txt writing requirements to pockethernet.egg-info/requires.txt writing top-level names to pockethernet.egg-info/top_level.txt writing manifest file 'pockethernet.egg-info/SOURCES.txt' reading manifest file 'pockethernet.egg-info/SOURCES.txt' writing manifest file 'pockethernet.egg-info/SOURCES.txt' running build_ext ---------------------------------------------------------------------- Ran 0 tests in 0.000s NO TESTS RAN [0, 1, 2, 3, 4, 5, 6, 7, 8] [0, 0, 0, 0, 0, 0, 0, 0, 0] >>> py3-pockethernet: Entering fakeroot... running install /usr/lib/python3.12/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/testing/py3-pockethernet/pkg creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12 creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet copying build/lib/pockethernet/__init__.py -> /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet copying build/lib/pockethernet/__main__.py -> /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet copying build/lib/pockethernet/ethernet.py -> /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet copying build/lib/pockethernet/crc16.py -> /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet copying build/lib/pockethernet/testresult.py -> /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet byte-compiling /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/__main__.py to __main__.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/ethernet.py to ethernet.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/crc16.py to crc16.cpython-312.pyc byte-compiling /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/testresult.py to testresult.cpython-312.pyc running install_egg_info running egg_info writing pockethernet.egg-info/PKG-INFO writing dependency_links to pockethernet.egg-info/dependency_links.txt writing entry points to pockethernet.egg-info/entry_points.txt writing requirements to pockethernet.egg-info/requires.txt writing top-level names to pockethernet.egg-info/top_level.txt reading manifest file 'pockethernet.egg-info/SOURCES.txt' writing manifest file 'pockethernet.egg-info/SOURCES.txt' Copying pockethernet.egg-info to /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet-0.7.0-py3.12.egg-info running install_scripts Installing pockethernet script to /home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/bin >>> py3-pockethernet-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet/usr/lib/python3.12/site-packages/pockethernet/__pycache__' -> '/home/buildozer/aports/testing/py3-pockethernet/pkg/py3-pockethernet-pyc/usr/lib/python3.12/site-packages/pockethernet/__pycache__' >>> py3-pockethernet-pyc*: Preparing subpackage py3-pockethernet-pyc... >>> py3-pockethernet-pyc*: Running postcheck for py3-pockethernet-pyc >>> py3-pockethernet*: Running postcheck for py3-pockethernet >>> py3-pockethernet*: Preparing package py3-pockethernet... >>> py3-pockethernet-pyc*: Tracing dependencies... python3 py3-cobs py3-crc16 python3~3.12 >>> py3-pockethernet-pyc*: Package size: 92.0 KB >>> py3-pockethernet-pyc*: Compressing data... >>> py3-pockethernet-pyc*: Create checksum... >>> py3-pockethernet-pyc*: Create py3-pockethernet-pyc-0.7.0-r3.apk >>> py3-pockethernet*: Tracing dependencies... python3 py3-cobs py3-crc16 python3~3.12 >>> py3-pockethernet*: Package size: 112.0 KB >>> py3-pockethernet*: Compressing data... >>> py3-pockethernet*: Create checksum... >>> py3-pockethernet*: Create py3-pockethernet-0.7.0-r3.apk >>> py3-pockethernet: Build complete at Mon, 15 Apr 2024 18:46:46 +0000 elapsed time 0h 0m 2s >>> py3-pockethernet: Cleaning up srcdir >>> py3-pockethernet: Cleaning up pkgdir >>> py3-pockethernet: Uninstalling dependencies... (1/23) Purging .makedepends-py3-pockethernet (20240415.184645) (2/23) Purging py3-cobs-pyc (1.2.0-r3) (3/23) Purging py3-cobs (1.2.0-r3) (4/23) Purging py3-crc16-pyc (0.1.1-r10) (5/23) Purging py3-crc16 (0.1.1-r10) (6/23) Purging py3-setuptools-pyc (69.2.0-r2) (7/23) Purging py3-setuptools (69.2.0-r2) (8/23) Purging py3-packaging-pyc (24.0-r1) (9/23) Purging py3-packaging (24.0-r1) (10/23) Purging py3-parsing-pyc (3.1.2-r1) (11/23) Purging py3-parsing (3.1.2-r1) (12/23) Purging python3-pyc (3.12.3-r0) (13/23) Purging python3-pycache-pyc0 (3.12.3-r0) (14/23) Purging pyc (3.12.3-r0) (15/23) Purging python3 (3.12.3-r0) (16/23) Purging gdbm (1.23-r1) (17/23) Purging libbz2 (1.0.8-r6) (18/23) Purging libffi (3.4.6-r0) (19/23) Purging libpanelw (6.4_p20240330-r0) (20/23) Purging mpdecimal (4.0.0-r0) (21/23) Purging readline (8.2.10-r0) (22/23) Purging sqlite-libs (3.45.2-r0) (23/23) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> py3-pockethernet: Updating the testing/armhf repository index... >>> py3-pockethernet: Signing the index...