>>> py3-zeroconf: Building community/py3-zeroconf 0.38.6-r0 (using abuild 3.9.0-r0) started Sun, 08 May 2022 04:57:21 +0000 >>> py3-zeroconf: Checking sanity of /home/buildozer/aports/community/py3-zeroconf/APKBUILD... >>> py3-zeroconf: Analyzing dependencies... >>> py3-zeroconf: Installing for build: build-base python3 py3-ifaddr py3-setuptools py3-pytest (1/24) Installing libffi (3.4.2-r1) (2/24) Installing gdbm (1.23-r0) (3/24) Installing mpdecimal (2.5.1-r1) (4/24) Installing readline (8.1.2-r0) (5/24) Installing sqlite-libs (3.38.4-r0) (6/24) Installing python3 (3.10.4-r0) (7/24) Installing py3-ifaddr (0.1.7-r2) (8/24) Installing py3-appdirs (1.4.4-r3) (9/24) Installing py3-more-itertools (8.13.0-r0) (10/24) Installing py3-ordered-set (4.0.2-r3) (11/24) Installing py3-parsing (2.4.7-r3) (12/24) Installing py3-six (1.16.0-r1) (13/24) Installing py3-packaging (21.3-r0) (14/24) Installing py3-setuptools (59.4.0-r0) (15/24) Installing py3-atomicwrites (1.4.0-r2) (16/24) Installing py3-attrs (21.4.0-r0) (17/24) Installing py3-iniconfig (1.1.1-r2) (18/24) Installing py3-pluggy (1.0.0-r0) (19/24) Installing py3-py (1.10.0-r2) (20/24) Installing py3-wcwidth (0.2.5-r2) (21/24) Installing py3-toml (0.10.2-r3) (22/24) Installing py3-pygments (2.11.2-r0) (23/24) Installing py3-pytest (6.2.5-r2) (24/24) Installing .makedepends-py3-zeroconf (20220508.045722) Executing busybox-1.35.0-r12.trigger OK: 392 MiB in 118 packages >>> py3-zeroconf: Cleaning up srcdir >>> py3-zeroconf: Cleaning up pkgdir >>> py3-zeroconf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/python-zeroconf-0.38.6.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-zeroconf: Fetching python-zeroconf-0.38.6.tar.gz::https://github.com/jstasiak/python-zeroconf/archive/refs/tags/0.38.6.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 100 131k 0 131k 0 0 624k 0 --:--:-- --:--:-- --:--:-- 624k >>> py3-zeroconf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/python-zeroconf-0.38.6.tar.gz >>> py3-zeroconf: Checking sha512sums... python-zeroconf-0.38.6.tar.gz: OK >>> py3-zeroconf: Unpacking /var/cache/distfiles/v3.16/python-zeroconf-0.38.6.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zeroconf copying zeroconf/_handlers.py -> build/lib/zeroconf copying zeroconf/__init__.py -> build/lib/zeroconf copying zeroconf/asyncio.py -> build/lib/zeroconf copying zeroconf/_logger.py -> build/lib/zeroconf copying zeroconf/_dns.py -> build/lib/zeroconf copying zeroconf/_cache.py -> build/lib/zeroconf copying zeroconf/_exceptions.py -> build/lib/zeroconf copying zeroconf/_updates.py -> build/lib/zeroconf copying zeroconf/_history.py -> build/lib/zeroconf copying zeroconf/_core.py -> build/lib/zeroconf copying zeroconf/const.py -> build/lib/zeroconf creating build/lib/zeroconf/_protocol copying zeroconf/_protocol/__init__.py -> build/lib/zeroconf/_protocol copying zeroconf/_protocol/outgoing.py -> build/lib/zeroconf/_protocol copying zeroconf/_protocol/incoming.py -> build/lib/zeroconf/_protocol creating build/lib/zeroconf/_services copying zeroconf/_services/__init__.py -> build/lib/zeroconf/_services copying zeroconf/_services/registry.py -> build/lib/zeroconf/_services copying zeroconf/_services/info.py -> build/lib/zeroconf/_services copying zeroconf/_services/browser.py -> build/lib/zeroconf/_services copying zeroconf/_services/types.py -> build/lib/zeroconf/_services creating build/lib/zeroconf/_utils copying zeroconf/_utils/__init__.py -> build/lib/zeroconf/_utils copying zeroconf/_utils/asyncio.py -> build/lib/zeroconf/_utils copying zeroconf/_utils/net.py -> build/lib/zeroconf/_utils copying zeroconf/_utils/name.py -> build/lib/zeroconf/_utils copying zeroconf/_utils/time.py -> build/lib/zeroconf/_utils copying zeroconf/py.typed -> build/lib/zeroconf ============================= test session starts ============================== platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6, configfile: setup.cfg, testpaths: tests collected 264 items tests/test_asyncio.py ssssssssssssssssssssssssss [ 9%] tests/test_cache.py ............... [ 15%] tests/test_core.py ss....s.............ss...s [ 25%] tests/test_dns.py ......................... [ 34%] tests/test_exceptions.py ......... [ 38%] tests/test_handlers.py ........s....ssssssssssss [ 47%] tests/test_history.py .. [ 48%] tests/test_init.py ....... [ 51%] tests/test_logger.py ..... [ 53%] tests/test_protocol.py ............................................. [ 70%] tests/test_services.py ... [ 71%] tests/test_updates.py . [ 71%] tests/services/test_browser.py .................ss.. [ 79%] tests/services/test_info.py .......ss.......ss [ 86%] tests/services/test_registry.py ...... [ 88%] tests/services/test_types.py .... [ 90%] tests/utils/test_asyncio.py ss.s..s [ 92%] tests/utils/test_name.py ... [ 93%] tests/utils/test_net.py ...........s.... [100%] =============================== warnings summary =============================== tests/test_asyncio.py:71 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:78 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:78: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:86 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:86: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:95 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:95: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:105 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:105: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:117 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:117: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:177 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:244 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:244: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:311 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:311: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:359 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:359: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:385 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:385: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:451 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:451: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:487 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:487: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:589 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:589: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:649 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:649: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:673 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:673: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:732 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:732: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:766 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:766: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:777 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:777: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:826 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:826: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:942 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:942: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:989 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:989: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:1080 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:1080: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:1094 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:1094: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:1103 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:1103: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py:1137 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_asyncio.py:1137: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_core.py:51 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_core.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_core.py:87 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_core.py:87: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_core.py:642 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_core.py:642: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_core.py:662 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_core.py:662: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_core.py:803 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_core.py:803: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:440 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:440: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:845 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:845: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:991 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:991: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1071 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1071: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1118 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1118: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1145 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1145: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1172 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1172: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1221 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1221: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1253 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1253: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1354 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1354: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1427 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1427: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1496 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1496: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_handlers.py:1543 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/test_handlers.py:1543: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_browser.py:923 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_browser.py:923: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_browser.py:974 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_browser.py:974: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_info.py:563 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_info.py:563: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_info.py:583 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_info.py:583: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_info.py:782 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_info.py:782: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/services/test_info.py:805 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/services/test_info.py:805: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/utils/test_asyncio.py:21 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/utils/test_asyncio.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/utils/test_asyncio.py:35 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/utils/test_asyncio.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/utils/test_asyncio.py:46 /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/tests/utils/test_asyncio.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html @pytest.mark.asyncio tests/test_asyncio.py: 26 warnings tests/test_core.py: 5 warnings tests/test_handlers.py: 13 warnings tests/services/test_browser.py: 2 warnings tests/services/test_info.py: 4 warnings tests/utils/test_asyncio.py: 4 warnings /usr/lib/python3.10/site-packages/_pytest/python.py:172: PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped. You need to install a suitable plugin for your async framework, for example: - anyio - pytest-asyncio - pytest-tornasync - pytest-trio - pytest-twisted warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid))) tests/services/test_browser.py::test_service_browser_listeners_no_update_service /home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/zeroconf/_services/browser.py:168: FutureWarning: .MyServiceListener object at 0x3ffa27859c0> has no update_service method. Provide one (it can be empty if you don't care about the updates), it'll become mandatory. warnings.warn( tests/services/test_browser.py::test_service_browser_listeners_no_update_service /usr/lib/python3.10/site-packages/_pytest/threadexception.py:75: PytestUnhandledThreadExceptionWarning: Exception in thread zeroconf-ServiceBrowser-_hap._tcp-48340 Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner self.run() File "/home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/zeroconf/_services/browser.py", line 533, in run self._fire_service_state_changed_event(event) File "/home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/zeroconf/_services/browser.py", line 416, in _fire_service_state_changed_event self._service_state_changed.fire( File "/home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/zeroconf/_services/__init__.py", line 55, in fire h(**kwargs) File "/home/buildozer/aports/community/py3-zeroconf/src/python-zeroconf-0.38.6/zeroconf/_services/browser.py", line 177, in on_change getattr(listener, _ON_CHANGE_DISPATCH[state_change])(zeroconf, service_type, name) AttributeError: 'MyServiceListener' object has no attribute 'update_service' warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg)) -- Docs: https://docs.pytest.org/en/stable/warnings.html =========== 208 passed, 56 skipped, 109 warnings in 61.76s (0:01:01) =========== >>> py3-zeroconf: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /home/buildozer/aports/community/py3-zeroconf/pkg creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_handlers.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/__init__.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/asyncio.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_logger.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_dns.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_cache.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_exceptions.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_updates.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/py.typed -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf copying build/lib/zeroconf/_history.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services copying build/lib/zeroconf/_services/__init__.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services copying build/lib/zeroconf/_services/registry.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services copying build/lib/zeroconf/_services/info.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services copying build/lib/zeroconf/_services/browser.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services copying build/lib/zeroconf/_services/types.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_utils/__init__.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_utils/asyncio.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_utils/net.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_utils/name.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_utils/time.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils copying build/lib/zeroconf/_core.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf creating /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol copying build/lib/zeroconf/_protocol/__init__.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol copying build/lib/zeroconf/_protocol/outgoing.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol copying build/lib/zeroconf/_protocol/incoming.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol copying build/lib/zeroconf/const.py -> /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_handlers.py to _handlers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/asyncio.py to asyncio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_logger.py to _logger.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_dns.py to _dns.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_cache.py to _cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_exceptions.py to _exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_updates.py to _updates.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_history.py to _history.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services/registry.py to registry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services/info.py to info.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services/browser.py to browser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_services/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils/asyncio.py to asyncio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils/net.py to net.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils/name.py to name.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_utils/time.py to time.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_core.py to _core.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol/outgoing.py to outgoing.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/_protocol/incoming.py to incoming.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf/const.py to const.cpython-310.pyc running install_egg_info running egg_info creating zeroconf.egg-info writing zeroconf.egg-info/PKG-INFO writing dependency_links to zeroconf.egg-info/dependency_links.txt writing requirements to zeroconf.egg-info/requires.txt writing top-level names to zeroconf.egg-info/top_level.txt writing manifest file 'zeroconf.egg-info/SOURCES.txt' reading manifest file 'zeroconf.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'zeroconf.egg-info/SOURCES.txt' Copying zeroconf.egg-info to /home/buildozer/aports/community/py3-zeroconf/pkg/py3-zeroconf/usr/lib/python3.10/site-packages/zeroconf-0.38.6-py3.10.egg-info running install_scripts >>> py3-zeroconf*: Running postcheck for py3-zeroconf >>> py3-zeroconf*: Preparing package py3-zeroconf... >>> py3-zeroconf*: Tracing dependencies... >>> py3-zeroconf*: Package size: 644.0 KB >>> py3-zeroconf*: Compressing data... >>> py3-zeroconf*: Create checksum... >>> py3-zeroconf*: Create py3-zeroconf-0.38.6-r0.apk >>> py3-zeroconf: Build complete at Sun, 08 May 2022 04:58:25 +0000 elapsed time 0h 1m 4s >>> py3-zeroconf: Cleaning up srcdir >>> py3-zeroconf: Cleaning up pkgdir >>> py3-zeroconf: Uninstalling dependencies... (1/24) Purging .makedepends-py3-zeroconf (20220508.045722) (2/24) Purging py3-ifaddr (0.1.7-r2) (3/24) Purging py3-setuptools (59.4.0-r0) (4/24) Purging py3-appdirs (1.4.4-r3) (5/24) Purging py3-ordered-set (4.0.2-r3) (6/24) Purging py3-pytest (6.2.5-r2) (7/24) Purging py3-atomicwrites (1.4.0-r2) (8/24) Purging py3-attrs (21.4.0-r0) (9/24) Purging py3-more-itertools (8.13.0-r0) (10/24) Purging py3-iniconfig (1.1.1-r2) (11/24) Purging py3-pluggy (1.0.0-r0) (12/24) Purging py3-py (1.10.0-r2) (13/24) Purging py3-wcwidth (0.2.5-r2) (14/24) Purging py3-packaging (21.3-r0) (15/24) Purging py3-parsing (2.4.7-r3) (16/24) Purging py3-six (1.16.0-r1) (17/24) Purging py3-toml (0.10.2-r3) (18/24) Purging py3-pygments (2.11.2-r0) (19/24) Purging python3 (3.10.4-r0) (20/24) Purging libffi (3.4.2-r1) (21/24) Purging gdbm (1.23-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.2-r0) (24/24) Purging sqlite-libs (3.38.4-r0) Executing busybox-1.35.0-r12.trigger OK: 327 MiB in 94 packages >>> py3-zeroconf: Updating the community/s390x repository index... >>> py3-zeroconf: Signing the index...