>>> py3-nmea2: Building community/py3-nmea2 1.18.0-r2 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 08:32:24 +0000 >>> py3-nmea2: Checking sanity of /home/buildozer/aports/community/py3-nmea2/APKBUILD... >>> py3-nmea2: Analyzing dependencies... >>> py3-nmea2: Installing for build: build-base python3 py3-setuptools py3-pytest (1/25) Installing libffi (3.4.4-r2) (2/25) Installing gdbm (1.23-r1) (3/25) Installing mpdecimal (2.5.1-r2) (4/25) Installing libpanelw (6.4_p20230401-r6) (5/25) Installing readline (8.2.1-r1) (6/25) Installing sqlite-libs (3.41.2-r2) (7/25) Installing python3 (3.11.3-r10) (8/25) Installing python3-pycache-pyc0 (3.11.3-r10) (9/25) Installing pyc (0.1-r0) (10/25) Installing python3-pyc (3.11.3-r10) (11/25) Installing py3-parsing (3.0.9-r2) (12/25) Installing py3-parsing-pyc (3.0.9-r2) (13/25) Installing py3-packaging (23.1-r1) (14/25) Installing py3-packaging-pyc (23.1-r1) (15/25) Installing py3-setuptools (67.7.2-r0) (16/25) Installing py3-setuptools-pyc (67.7.2-r0) (17/25) Installing py3-iniconfig (1.1.1-r6) (18/25) Installing py3-iniconfig-pyc (1.1.1-r6) (19/25) Installing py3-pluggy (1.0.0-r3) (20/25) Installing py3-pluggy-pyc (1.0.0-r3) (21/25) Installing py3-py (1.11.0-r2) (22/25) Installing py3-py-pyc (1.11.0-r2) (23/25) Installing py3-pytest (7.3.1-r1) (24/25) Installing py3-pytest-pyc (7.3.1-r1) (25/25) Installing .makedepends-py3-nmea2 (20230425.083225) Executing busybox-1.36.0-r8.trigger OK: 499 MiB in 128 packages >>> py3-nmea2: Cleaning up srcdir >>> py3-nmea2: Cleaning up pkgdir >>> py3-nmea2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-nmea2-1.18.0.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 80453 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 80453 100 80453 0 0 96735 0 --:--:-- --:--:-- --:--:-- 96698 >>> py3-nmea2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-nmea2-1.18.0.tar.gz >>> py3-nmea2: Checking sha512sums... py3-nmea2-1.18.0.tar.gz: OK >>> py3-nmea2: Unpacking /var/cache/distfiles/v3.18/py3-nmea2-1.18.0.tar.gz... /home/buildozer/aports/community/py3-nmea2/src/pynmea2-1.18.0/setup.py:3: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp running build running build_py creating build creating build/lib creating build/lib/pynmea2 copying pynmea2/seatalk_utils.py -> build/lib/pynmea2 copying pynmea2/nmea_utils.py -> build/lib/pynmea2 copying pynmea2/_version.py -> build/lib/pynmea2 copying pynmea2/nmea_file.py -> build/lib/pynmea2 copying pynmea2/__init__.py -> build/lib/pynmea2 copying pynmea2/nmea.py -> build/lib/pynmea2 copying pynmea2/stream.py -> build/lib/pynmea2 creating build/lib/pynmea2/types copying pynmea2/types/talker.py -> build/lib/pynmea2/types copying pynmea2/types/__init__.py -> build/lib/pynmea2/types creating build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/nor.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/grm.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/mgn.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/tnl.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/vtx.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/srf.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/kwd.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/ash.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/sxn.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/__init__.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/rdi.py -> build/lib/pynmea2/types/proprietary copying pynmea2/types/proprietary/ubx.py -> build/lib/pynmea2/types/proprietary ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-nmea2/src/pynmea2-1.18.0 collected 82 items test/test_ash.py .... [ 4%] test/test_file.py . [ 6%] test/test_nor.py .............. [ 23%] test/test_proprietary.py ................... [ 46%] test/test_pynmea.py .................. [ 68%] test/test_rdi.py . [ 69%] test/test_stream.py ...... [ 76%] test/test_sxn.py .. [ 79%] test/test_types.py ................. [100%] ============================== 82 passed in 0.76s ============================== >>> py3-nmea2: Entering fakeroot... /home/buildozer/aports/community/py3-nmea2/src/pynmea2-1.18.0/setup.py:3: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp 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/community/py3-nmea2/pkg creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2 creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/seatalk_utils.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/nmea_utils.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/_version.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types copying build/lib/pynmea2/types/talker.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types creating /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/nor.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/grm.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/mgn.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/tnl.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/vtx.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/srf.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/kwd.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/ash.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/sxn.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/__init__.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/rdi.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/proprietary/ubx.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary copying build/lib/pynmea2/types/__init__.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types copying build/lib/pynmea2/nmea_file.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/__init__.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/nmea.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 copying build/lib/pynmea2/stream.py -> /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2 byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/seatalk_utils.py to seatalk_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/nmea_utils.py to nmea_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/_version.py to _version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/talker.py to talker.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/nor.py to nor.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/grm.py to grm.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/mgn.py to mgn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/tnl.py to tnl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/vtx.py to vtx.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/srf.py to srf.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/kwd.py to kwd.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/ash.py to ash.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/sxn.py to sxn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/rdi.py to rdi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/ubx.py to ubx.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/nmea_file.py to nmea_file.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/nmea.py to nmea.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/stream.py to stream.cpython-311.pyc running install_egg_info running egg_info creating pynmea2.egg-info writing pynmea2.egg-info/PKG-INFO writing dependency_links to pynmea2.egg-info/dependency_links.txt writing top-level names to pynmea2.egg-info/top_level.txt writing manifest file 'pynmea2.egg-info/SOURCES.txt' reading manifest file 'pynmea2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pynmea2.egg-info/SOURCES.txt' Copying pynmea2.egg-info to /home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2-1.18.0-py3.11.egg-info running install_scripts >>> py3-nmea2-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/__pycache__' -> '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2-pyc/usr/lib/python3.11/site-packages/pynmea2/types/proprietary/__pycache__' '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/types/__pycache__' -> '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2-pyc/usr/lib/python3.11/site-packages/pynmea2/types/__pycache__' '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2/usr/lib/python3.11/site-packages/pynmea2/__pycache__' -> '/home/buildozer/aports/community/py3-nmea2/pkg/py3-nmea2-pyc/usr/lib/python3.11/site-packages/pynmea2/__pycache__' >>> py3-nmea2-pyc*: Preparing subpackage py3-nmea2-pyc... >>> py3-nmea2-pyc*: Running postcheck for py3-nmea2-pyc >>> py3-nmea2*: Running postcheck for py3-nmea2 >>> py3-nmea2*: Preparing package py3-nmea2... >>> py3-nmea2-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-nmea2-pyc*: Package size: 200.0 KB >>> py3-nmea2-pyc*: Compressing data... >>> py3-nmea2-pyc*: Create checksum... >>> py3-nmea2-pyc*: Create py3-nmea2-pyc-1.18.0-r2.apk >>> py3-nmea2*: Tracing dependencies... python3 python3~3.11 >>> py3-nmea2*: Package size: 184.0 KB >>> py3-nmea2*: Compressing data... >>> py3-nmea2*: Create checksum... >>> py3-nmea2*: Create py3-nmea2-1.18.0-r2.apk >>> py3-nmea2: Build complete at Tue, 25 Apr 2023 08:32:29 +0000 elapsed time 0h 0m 5s >>> py3-nmea2: Cleaning up srcdir >>> py3-nmea2: Cleaning up pkgdir >>> py3-nmea2: Uninstalling dependencies... (1/25) Purging .makedepends-py3-nmea2 (20230425.083225) (2/25) Purging py3-setuptools-pyc (67.7.2-r0) (3/25) Purging py3-setuptools (67.7.2-r0) (4/25) Purging py3-pytest-pyc (7.3.1-r1) (5/25) Purging py3-pytest (7.3.1-r1) (6/25) Purging py3-iniconfig-pyc (1.1.1-r6) (7/25) Purging py3-iniconfig (1.1.1-r6) (8/25) Purging py3-packaging-pyc (23.1-r1) (9/25) Purging py3-packaging (23.1-r1) (10/25) Purging py3-parsing-pyc (3.0.9-r2) (11/25) Purging py3-parsing (3.0.9-r2) (12/25) Purging py3-pluggy-pyc (1.0.0-r3) (13/25) Purging py3-pluggy (1.0.0-r3) (14/25) Purging py3-py-pyc (1.11.0-r2) (15/25) Purging py3-py (1.11.0-r2) (16/25) Purging python3-pyc (3.11.3-r10) (17/25) Purging python3-pycache-pyc0 (3.11.3-r10) (18/25) Purging pyc (0.1-r0) (19/25) Purging python3 (3.11.3-r10) (20/25) Purging gdbm (1.23-r1) (21/25) Purging libffi (3.4.4-r2) (22/25) Purging libpanelw (6.4_p20230401-r6) (23/25) Purging mpdecimal (2.5.1-r2) (24/25) Purging readline (8.2.1-r1) (25/25) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 443 MiB in 103 packages >>> py3-nmea2: Updating the community/ppc64le repository index... >>> py3-nmea2: Signing the index...