>>> py3-gpiozero: Building community/py3-gpiozero 1.6.2-r2 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 18:48:04 +0000 >>> py3-gpiozero: Validating /home/udu/aports/community/py3-gpiozero/APKBUILD... >>> py3-gpiozero: Analyzing dependencies... >>> py3-gpiozero: Installing for build: build-base python3 py3-colorzero py3-setuptools py3-pytest py3-mock WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/19) Installing py3-colorzero (2.0-r4) (2/19) Installing py3-colorzero-pyc (2.0-r4) (3/19) Installing py3-parsing (3.2.3-r0) (4/19) Installing py3-parsing-pyc (3.2.3-r0) (5/19) Installing py3-packaging (25.0-r0) (6/19) Installing py3-packaging-pyc (25.0-r0) (7/19) Installing py3-setuptools (80.9.0-r0) (8/19) Installing py3-setuptools-pyc (80.9.0-r0) (9/19) Installing py3-iniconfig (2.1.0-r0) (10/19) Installing py3-iniconfig-pyc (2.1.0-r0) (11/19) Installing py3-pluggy (1.5.0-r0) (12/19) Installing py3-pluggy-pyc (1.5.0-r0) (13/19) Installing py3-py (1.11.0-r4) (14/19) Installing py3-py-pyc (1.11.0-r4) (15/19) Installing py3-pytest (8.3.5-r0) (16/19) Installing py3-pytest-pyc (8.3.5-r0) (17/19) Installing py3-mock (5.2.0-r0) (18/19) Installing py3-mock-pyc (5.2.0-r0) (19/19) Installing .makedepends-py3-gpiozero (20251012.184806) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 108 packages >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Cleaning up tmpdir >>> py3-gpiozero: Fetching gpiozero-1.6.2.tar.gz::https://github.com/gpiozero/gpiozero/archive/v1.6.2.tar.gz >>> py3-gpiozero: Fetching gpiozero-1.6.2.tar.gz::https://github.com/gpiozero/gpiozero/archive/v1.6.2.tar.gz >>> py3-gpiozero: Checking sha512sums... gpiozero-1.6.2.tar.gz: OK >>> py3-gpiozero: Unpacking /var/cache/distfiles/gpiozero-1.6.2.tar.gz... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/gpiozero copying gpiozero/threads.py -> build/lib/gpiozero copying gpiozero/devices.py -> build/lib/gpiozero copying gpiozero/fonts.py -> build/lib/gpiozero copying gpiozero/boards.py -> build/lib/gpiozero copying gpiozero/tools.py -> build/lib/gpiozero copying gpiozero/spi_devices.py -> build/lib/gpiozero copying gpiozero/exc.py -> build/lib/gpiozero copying gpiozero/mixins.py -> build/lib/gpiozero copying gpiozero/input_devices.py -> build/lib/gpiozero copying gpiozero/tones.py -> build/lib/gpiozero copying gpiozero/compat.py -> build/lib/gpiozero copying gpiozero/internal_devices.py -> build/lib/gpiozero copying gpiozero/__init__.py -> build/lib/gpiozero copying gpiozero/output_devices.py -> build/lib/gpiozero creating build/lib/gpiozerocli copying gpiozerocli/pinout.py -> build/lib/gpiozerocli copying gpiozerocli/__init__.py -> build/lib/gpiozerocli creating build/lib/gpiozero/pins copying gpiozero/pins/local.py -> build/lib/gpiozero/pins copying gpiozero/pins/spi.py -> build/lib/gpiozero/pins copying gpiozero/pins/data.py -> build/lib/gpiozero/pins copying gpiozero/pins/pigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/rpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/rpigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/pi.py -> build/lib/gpiozero/pins copying gpiozero/pins/lgpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/mock.py -> build/lib/gpiozero/pins copying gpiozero/pins/__init__.py -> build/lib/gpiozero/pins copying gpiozero/pins/native.py -> build/lib/gpiozero/pins running egg_info creating gpiozero.egg-info writing gpiozero.egg-info/PKG-INFO writing dependency_links to gpiozero.egg-info/dependency_links.txt writing entry points to gpiozero.egg-info/entry_points.txt writing requirements to gpiozero.egg-info/requires.txt writing top-level names to gpiozero.egg-info/top_level.txt writing manifest file 'gpiozero.egg-info/SOURCES.txt' reading manifest file 'gpiozero.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.rst' writing manifest file 'gpiozero.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'gpiozero.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'gpiozero.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'gpiozero.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'gpiozero.fonts' to be distributed and are already explicitly excluding 'gpiozero.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/gpiozero/fonts copying gpiozero/fonts/14seg.txt -> build/lib/gpiozero/fonts copying gpiozero/fonts/7seg.txt -> build/lib/gpiozero/fonts /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing gpiozero.egg-info/PKG-INFO writing dependency_links to gpiozero.egg-info/dependency_links.txt writing entry points to gpiozero.egg-info/entry_points.txt writing requirements to gpiozero.egg-info/requires.txt writing top-level names to gpiozero.egg-info/top_level.txt reading manifest file 'gpiozero.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.rst' writing manifest file 'gpiozero.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'gpiozero.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'gpiozero.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'gpiozero.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'gpiozero.fonts' to be distributed and are already explicitly excluding 'gpiozero.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/threads.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/devices.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/fonts.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/boards.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/tools.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/spi_devices.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/exc.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/mixins.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/input_devices.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/tones.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/compat.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/internal_devices.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/__init__.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/output_devices.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozerocli byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/threads.py to threads.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/devices.py to devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/fonts.py to fonts.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/boards.py to boards.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/tools.py to tools.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/spi_devices.py to spi_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/exc.py to exc.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/local.py to local.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/spi.py to spi.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/data.py to data.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/pigpio.py to pigpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/rpio.py to rpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/rpigpio.py to rpigpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/pi.py to pi.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/lgpio.py to lgpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/mock.py to mock.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/pins/native.py to native.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/mixins.py to mixins.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/input_devices.py to input_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/tones.py to tones.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/compat.py to compat.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/internal_devices.py to internal_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero/output_devices.py to output_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozerocli/pinout.py to pinout.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozerocli/__init__.py to __init__.cpython-312.pyc running install_egg_info Copying gpiozero.egg-info to /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero-1.6.2-py3.12.egg-info running install_scripts Installing pinout script to /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/bin ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2 collected 486 items / 1 deselected / 485 selected tests/cli/test_pinout.py ..... [ 1%] tests/test_boards.py ................................................... [ 11%] ..................................... [ 19%] tests/test_compat.py .......................... [ 24%] tests/test_devices.py ...................... [ 29%] tests/test_fonts.py .. [ 29%] tests/test_inputs.py ................................ [ 36%] tests/test_internal_devices.py ............... [ 39%] tests/test_mixins.py ........ [ 40%] tests/test_mock_pin.py ................... [ 44%] tests/test_outputs.py .................................................. [ 55%] ............................................................ [ 67%] tests/test_pins_data.py ............... [ 70%] tests/test_real_pins.py sssssssssssss.........ss..ssssssssssssssssssssss [ 80%] sssssssssssssssssssssssssssssss.s [ 87%] tests/test_spi.py ............ [ 89%] tests/test_spi_devices.py ............ [ 92%] tests/test_tones.py ........ [ 93%] tests/test_tools.py .............................. [100%] =============================== warnings summary =============================== gpiozero/pins/mock.py:28 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/pins/mock.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources tests/conftest.py:37 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/tests/conftest.py:37: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture() tests/conftest.py:46 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/tests/conftest.py:46: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(scope='function') tests/test_real_pins.py:60 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/tests/test_real_pins.py:60: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture() tests/test_real_pins.py:71 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/tests/test_real_pins.py:71: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture() tests/test_real_pins.py:78 /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/tests/test_real_pins.py:78: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(scope='function') tests/test_devices.py::test_shutdown tests/test_inputs.py::test_input_distance_sensor /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/input_devices.py:855: PWMSoftwareFallback: For more accurate readings, use the pigpio pin factory.See https://gpiozero.readthedocs.io/en/stable/api_input.html#distancesensor-hc-sr04 for more info warnings.warn(PWMSoftwareFallback( tests/test_internal_devices.py: 14 warnings /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/internal_devices.py:603: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). now = datetime.utcnow().time() if self.utc else datetime.now().time() tests/test_outputs.py::test_servo_pins tests/test_outputs.py::test_servo_bad_value tests/test_outputs.py::test_servo_close tests/test_outputs.py::test_servo_pulse_width tests/test_outputs.py::test_servo_initial_values tests/test_outputs.py::test_servo_values tests/test_outputs.py::test_angular_servo_range tests/test_outputs.py::test_angular_servo_initial_angles tests/test_outputs.py::test_angular_servo_angles /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/output_devices.py:1532: PWMSoftwareFallback: To reduce servo jitter, use the pigpio pin factory.See https://gpiozero.readthedocs.io/en/stable/api_output.html#servo for more info warnings.warn(PWMSoftwareFallback( tests/test_outputs.py::test_tonalbuzzer_play /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/tones.py:110: AmbiguousTone: Ambiguous tone specification; assuming you want a MIDI note. To suppress this warning use, e.g. Tone(midi=60), or to obtain a frequency instead use, e.g. Tone(frequency=60) warnings.warn( tests/test_real_pins.py::test_default_factory /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from rpigpio: No module named 'RPi' warnings.warn( tests/test_real_pins.py::test_default_factory /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from lgpio: No module named 'lgpio' warnings.warn( tests/test_real_pins.py::test_default_factory /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from rpio: No module named 'RPIO' warnings.warn( tests/test_real_pins.py::test_default_factory /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from pigpio: No module named 'pigpio' warnings.warn( tests/test_real_pins.py::test_default_factory /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from native: [Errno 2] No such file or directory: '/proc/cpuinfo' warnings.warn( tests/test_spi.py: 6 warnings tests/test_spi_devices.py: 11 warnings /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/pins/pi.py:153: SPISoftwareFallback: failed to initialize hardware SPI, falling back to software (error was: failed to import spidev) warnings.warn( tests/test_spi.py::test_spi_hardware_conflict /home/udu/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/pins/pi.py:153: SPISoftwareFallback: failed to initialize hardware SPI, falling back to software (error was: pin 11 is already in use by ) warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========= 416 passed, 69 skipped, 1 deselected, 55 warnings in 34.18s ========== >>> py3-gpiozero: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/threads.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/devices.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/fonts.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/boards.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/tools.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/spi_devices.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/exc.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/mixins.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/input_devices.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/tones.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/compat.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/internal_devices.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/__init__.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/output_devices.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero creating /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/threads.py to threads.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/devices.py to devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts.py to fonts.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/boards.py to boards.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/tools.py to tools.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/spi_devices.py to spi_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/exc.py to exc.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/local.py to local.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/spi.py to spi.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/data.py to data.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/pigpio.py to pigpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/rpio.py to rpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/rpigpio.py to rpigpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/pi.py to pi.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/lgpio.py to lgpio.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/mock.py to mock.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins/native.py to native.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/mixins.py to mixins.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/input_devices.py to input_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/tones.py to tones.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/compat.py to compat.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/internal_devices.py to internal_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/output_devices.py to output_devices.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli/pinout.py to pinout.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info writing gpiozero.egg-info/PKG-INFO writing dependency_links to gpiozero.egg-info/dependency_links.txt writing entry points to gpiozero.egg-info/entry_points.txt writing requirements to gpiozero.egg-info/requires.txt writing top-level names to gpiozero.egg-info/top_level.txt reading manifest file 'gpiozero.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.rst' writing manifest file 'gpiozero.egg-info/SOURCES.txt' Copying gpiozero.egg-info to /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero-1.6.2-py3.12.egg-info running install_scripts Installing pinout script to /home/udu/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/bin >>> py3-gpiozero*: Running postcheck for py3-gpiozero >>> WARNING: py3-gpiozero*: Found __pycache__ but package name doesn't end with -pyc >>> py3-gpiozero*: Preparing package py3-gpiozero... >>> py3-gpiozero*: Stripping binaries >>> WARNING: py3-gpiozero*: No arch specific binaries found so arch should probably be set to "noarch" >>> py3-gpiozero*: Scanning shared objects >>> py3-gpiozero*: Tracing dependencies... python3 py3-colorzero python3~3.12 >>> py3-gpiozero*: Package size: 1.3 MB >>> py3-gpiozero*: Compressing data... >>> py3-gpiozero*: Create checksum... >>> py3-gpiozero*: Create py3-gpiozero-1.6.2-r2.apk >>> py3-gpiozero: Build complete at Sun, 12 Oct 2025 18:48:43 +0000 elapsed time 0h 0m 39s >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Uninstalling dependencies... (1/19) Purging .makedepends-py3-gpiozero (20251012.184806) (2/19) Purging py3-colorzero-pyc (2.0-r4) (3/19) Purging py3-colorzero (2.0-r4) (4/19) Purging py3-setuptools-pyc (80.9.0-r0) (5/19) Purging py3-setuptools (80.9.0-r0) (6/19) Purging py3-pytest-pyc (8.3.5-r0) (7/19) Purging py3-pytest (8.3.5-r0) (8/19) Purging py3-iniconfig-pyc (2.1.0-r0) (9/19) Purging py3-iniconfig (2.1.0-r0) (10/19) Purging py3-packaging-pyc (25.0-r0) (11/19) Purging py3-packaging (25.0-r0) (12/19) Purging py3-parsing-pyc (3.2.3-r0) (13/19) Purging py3-parsing (3.2.3-r0) (14/19) Purging py3-pluggy-pyc (1.5.0-r0) (15/19) Purging py3-pluggy (1.5.0-r0) (16/19) Purging py3-py-pyc (1.11.0-r4) (17/19) Purging py3-py (1.11.0-r4) (18/19) Purging py3-mock-pyc (5.2.0-r0) (19/19) Purging py3-mock (5.2.0-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-gpiozero: Updating the community/x86_64 repository index... >>> py3-gpiozero: Signing the index...