>>> py3-gpiozero: Building community/py3-gpiozero 1.6.2-r2 (using abuild 3.12.0-r5) started Sun, 14 Apr 2024 01:15:25 +0000 >>> py3-gpiozero: Checking sanity of /home/buildozer/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 (1/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.6-r0) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.6.1-r3) (5/31) Installing mpdecimal (4.0.0-r0) (6/31) Installing libpanelw (6.4_p20240330-r0) (7/31) Installing readline (8.2.10-r0) (8/31) Installing sqlite-libs (3.45.2-r0) (9/31) Installing python3 (3.12.3-r0) (10/31) Installing python3-pycache-pyc0 (3.12.3-r0) (11/31) Installing pyc (3.12.3-r0) (12/31) Installing python3-pyc (3.12.3-r0) (13/31) Installing py3-colorzero (2.0-r4) (14/31) Installing py3-colorzero-pyc (2.0-r4) (15/31) Installing py3-parsing (3.1.2-r1) (16/31) Installing py3-parsing-pyc (3.1.2-r1) (17/31) Installing py3-packaging (24.0-r1) (18/31) Installing py3-packaging-pyc (24.0-r1) (19/31) Installing py3-setuptools (69.2.0-r2) (20/31) Installing py3-setuptools-pyc (69.2.0-r2) (21/31) Installing py3-iniconfig (2.0.0-r1) (22/31) Installing py3-iniconfig-pyc (2.0.0-r1) (23/31) Installing py3-pluggy (1.4.0-r1) (24/31) Installing py3-pluggy-pyc (1.4.0-r1) (25/31) Installing py3-py (1.11.0-r3) (26/31) Installing py3-py-pyc (1.11.0-r3) (27/31) Installing py3-pytest (8.1.1-r1) (28/31) Installing py3-pytest-pyc (8.1.1-r1) (29/31) Installing py3-mock (5.1.0-r2) (30/31) Installing py3-mock-pyc (5.1.0-r2) (31/31) Installing .makedepends-py3-gpiozero (20240414.011526) Executing busybox-1.36.1-r25.trigger OK: 436 MiB in 136 packages >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Cleaning up tmpdir >>> py3-gpiozero: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gpiozero-1.6.2.tar.gz >>> py3-gpiozero: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gpiozero-1.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... running build running build_py creating build creating build/lib creating build/lib/gpiozerocli copying gpiozerocli/__init__.py -> build/lib/gpiozerocli copying gpiozerocli/pinout.py -> build/lib/gpiozerocli creating build/lib/gpiozero copying gpiozero/internal_devices.py -> build/lib/gpiozero copying gpiozero/__init__.py -> build/lib/gpiozero copying gpiozero/tones.py -> build/lib/gpiozero copying gpiozero/tools.py -> build/lib/gpiozero copying gpiozero/fonts.py -> build/lib/gpiozero copying gpiozero/devices.py -> build/lib/gpiozero copying gpiozero/input_devices.py -> build/lib/gpiozero copying gpiozero/output_devices.py -> build/lib/gpiozero copying gpiozero/spi_devices.py -> build/lib/gpiozero copying gpiozero/boards.py -> build/lib/gpiozero copying gpiozero/exc.py -> build/lib/gpiozero copying gpiozero/compat.py -> build/lib/gpiozero copying gpiozero/threads.py -> build/lib/gpiozero copying gpiozero/mixins.py -> build/lib/gpiozero creating build/lib/gpiozero/pins copying gpiozero/pins/__init__.py -> build/lib/gpiozero/pins copying gpiozero/pins/lgpio.py -> 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/mock.py -> build/lib/gpiozero/pins copying gpiozero/pins/rpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/pigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/rpigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/data.py -> build/lib/gpiozero/pins copying gpiozero/pins/native.py -> build/lib/gpiozero/pins copying gpiozero/pins/pi.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:207: _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 running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! self.initialize_options() running bdist_egg 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' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_py /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _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/bdist.linux-aarch64 creating build/bdist.linux-aarch64/egg creating build/bdist.linux-aarch64/egg/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> build/bdist.linux-aarch64/egg/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> build/bdist.linux-aarch64/egg/gpiozerocli creating build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/internal_devices.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/__init__.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/tones.py -> build/bdist.linux-aarch64/egg/gpiozero creating build/bdist.linux-aarch64/egg/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> build/bdist.linux-aarch64/egg/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> build/bdist.linux-aarch64/egg/gpiozero/fonts copying build/lib/gpiozero/tools.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/fonts.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/devices.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/input_devices.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/output_devices.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/spi_devices.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/boards.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/exc.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/compat.py -> build/bdist.linux-aarch64/egg/gpiozero copying build/lib/gpiozero/threads.py -> build/bdist.linux-aarch64/egg/gpiozero creating build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> build/bdist.linux-aarch64/egg/gpiozero/pins copying build/lib/gpiozero/mixins.py -> build/bdist.linux-aarch64/egg/gpiozero byte-compiling build/bdist.linux-aarch64/egg/gpiozerocli/__init__.py to __init__.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozerocli/pinout.py to pinout.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/internal_devices.py to internal_devices.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/__init__.py to __init__.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/tones.py to tones.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/tools.py to tools.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/fonts.py to fonts.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/devices.py to devices.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/input_devices.py to input_devices.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/output_devices.py to output_devices.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/spi_devices.py to spi_devices.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/boards.py to boards.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/exc.py to exc.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/compat.py to compat.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/threads.py to threads.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/__init__.py to __init__.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/lgpio.py to lgpio.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/local.py to local.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/spi.py to spi.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/mock.py to mock.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/rpio.py to rpio.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/pigpio.py to pigpio.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/rpigpio.py to rpigpio.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/data.py to data.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/native.py to native.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/pins/pi.py to pi.cpython-312.pyc byte-compiling build/bdist.linux-aarch64/egg/gpiozero/mixins.py to mixins.cpython-312.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/entry_points.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying gpiozero.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/gpiozero-1.6.2-py3.12.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing gpiozero-1.6.2-py3.12.egg Copying gpiozero-1.6.2-py3.12.egg to /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages Adding gpiozero 1.6.2 to easy-install.pth file Installing pinout script to /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/bin Installed /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.12/site-packages/gpiozero-1.6.2-py3.12.egg Processing dependencies for gpiozero==1.6.2 Searching for colorzero==2.0 Best match: colorzero 2.0 Adding colorzero 2.0 to easy-install.pth file detected new path './gpiozero-1.6.2-py3.12.egg' Using /usr/lib/python3.12/site-packages Searching for setuptools==69.2.0 Best match: setuptools 69.2.0 Adding setuptools 69.2.0 to easy-install.pth file Using /usr/lib/python3.12/site-packages Finished processing dependencies for gpiozero==1.6.2 ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/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/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/pins/mock.py:28: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources tests/conftest.py:37 /home/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/gpiozero/devices.py:288: PinFactoryFallback: Falling back from native: unable to locate Pi revision in /proc/device-tree or /proc/cpuinfo warnings.warn( tests/test_spi.py: 6 warnings tests/test_spi_devices.py: 11 warnings /home/buildozer/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/buildozer/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.13s ========== >>> py3-gpiozero: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-gpiozero/pkg creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/internal_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/tones.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts copying build/lib/gpiozero/tools.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/fonts.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/input_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/output_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/spi_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/boards.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/exc.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/compat.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero copying build/lib/gpiozero/threads.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/pins copying build/lib/gpiozero/mixins.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozerocli/pinout.py to pinout.cpython-312.pyc byte-compiling /home/buildozer/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/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/tones.py to tones.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/tools.py to tools.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/fonts.py to fonts.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/devices.py to devices.cpython-312.pyc byte-compiling /home/buildozer/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/buildozer/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/buildozer/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/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/boards.py to boards.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/exc.py to exc.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/compat.py to compat.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/threads.py to threads.cpython-312.pyc byte-compiling /home/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/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/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.12/site-packages/gpiozero/mixins.py to mixins.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/buildozer/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/buildozer/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.5 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, 14 Apr 2024 01:16:03 +0000 elapsed time 0h 0m 38s >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Uninstalling dependencies... (1/31) Purging .makedepends-py3-gpiozero (20240414.011526) (2/31) Purging py3-colorzero-pyc (2.0-r4) (3/31) Purging py3-colorzero (2.0-r4) (4/31) Purging py3-setuptools-pyc (69.2.0-r2) (5/31) Purging py3-setuptools (69.2.0-r2) (6/31) Purging py3-pytest-pyc (8.1.1-r1) (7/31) Purging py3-pytest (8.1.1-r1) (8/31) Purging py3-iniconfig-pyc (2.0.0-r1) (9/31) Purging py3-iniconfig (2.0.0-r1) (10/31) Purging py3-packaging-pyc (24.0-r1) (11/31) Purging py3-packaging (24.0-r1) (12/31) Purging py3-parsing-pyc (3.1.2-r1) (13/31) Purging py3-parsing (3.1.2-r1) (14/31) Purging py3-pluggy-pyc (1.4.0-r1) (15/31) Purging py3-pluggy (1.4.0-r1) (16/31) Purging py3-py-pyc (1.11.0-r3) (17/31) Purging py3-py (1.11.0-r3) (18/31) Purging py3-mock-pyc (5.1.0-r2) (19/31) Purging py3-mock (5.1.0-r2) (20/31) Purging python3-pyc (3.12.3-r0) (21/31) Purging python3-pycache-pyc0 (3.12.3-r0) (22/31) Purging pyc (3.12.3-r0) (23/31) Purging python3 (3.12.3-r0) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.6-r0) (27/31) Purging libpanelw (6.4_p20240330-r0) (28/31) Purging mpdecimal (4.0.0-r0) (29/31) Purging readline (8.2.10-r0) (30/31) Purging sqlite-libs (3.45.2-r0) (31/31) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-gpiozero: Updating the community/aarch64 repository index... >>> py3-gpiozero: Signing the index...