>>> py3-gpiozero: Building community/py3-gpiozero 1.6.2-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 13:33:08 +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/21) Installing libbz2 (1.0.8-r3) (2/21) Installing libffi (3.4.4-r0) (3/21) Installing gdbm (1.23-r0) (4/21) Installing xz-libs (5.2.7-r0) (5/21) Installing mpdecimal (2.5.1-r1) (6/21) Installing readline (8.2.0-r0) (7/21) Installing sqlite-libs (3.39.4-r0) (8/21) Installing python3 (3.10.8-r3) (9/21) Installing py3-colorzero (2.0-r0) (10/21) Installing py3-parsing (3.0.9-r0) (11/21) Installing py3-packaging (21.3-r2) (12/21) Installing py3-setuptools (65.5.0-r0) (13/21) Installing py3-attrs (22.1.0-r0) (14/21) Installing py3-iniconfig (1.1.1-r3) (15/21) Installing py3-pluggy (1.0.0-r1) (16/21) Installing py3-py (1.11.0-r0) (17/21) Installing py3-tomli (2.0.1-r1) (18/21) Installing py3-pytest (7.1.3-r1) (19/21) Installing py3-pbr (5.11.0-r0) (20/21) Installing py3-mock (4.0.3-r3) (21/21) Installing .makedepends-py3-gpiozero (20221029.133312) Executing busybox-1.35.0-r27.trigger OK: 252 MiB in 113 packages >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/gpiozero-1.6.2.tar.gz >>> py3-gpiozero: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/gpiozero-1.6.2.tar.gz >>> py3-gpiozero: Checking sha512sums... gpiozero-1.6.2.tar.gz: OK >>> py3-gpiozero: Unpacking /var/cache/distfiles/v3.17/gpiozero-1.6.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/gpiozero copying gpiozero/boards.py -> build/lib/gpiozero copying gpiozero/compat.py -> build/lib/gpiozero copying gpiozero/tools.py -> build/lib/gpiozero copying gpiozero/internal_devices.py -> build/lib/gpiozero copying gpiozero/devices.py -> build/lib/gpiozero copying gpiozero/mixins.py -> build/lib/gpiozero copying gpiozero/exc.py -> build/lib/gpiozero copying gpiozero/spi_devices.py -> build/lib/gpiozero copying gpiozero/threads.py -> build/lib/gpiozero copying gpiozero/__init__.py -> build/lib/gpiozero copying gpiozero/output_devices.py -> build/lib/gpiozero copying gpiozero/input_devices.py -> build/lib/gpiozero copying gpiozero/tones.py -> build/lib/gpiozero copying gpiozero/fonts.py -> build/lib/gpiozero creating build/lib/gpiozerocli copying gpiozerocli/__init__.py -> build/lib/gpiozerocli copying gpiozerocli/pinout.py -> build/lib/gpiozerocli creating 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/lgpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/native.py -> build/lib/gpiozero/pins copying gpiozero/pins/local.py -> build/lib/gpiozero/pins copying gpiozero/pins/pigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/pi.py -> build/lib/gpiozero/pins copying gpiozero/pins/data.py -> build/lib/gpiozero/pins copying gpiozero/pins/rpigpio.py -> build/lib/gpiozero/pins copying gpiozero/pins/__init__.py -> build/lib/gpiozero/pins copying gpiozero/pins/spi.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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'gpiozero.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'gpiozero.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'gpiozero.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'gpiozero.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! 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 /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/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( /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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-armv8l/egg running install_lib running build_py /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.10/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning: Installing 'gpiozero.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'gpiozero.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'gpiozero.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'gpiozero.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/bdist.linux-armv8l creating build/bdist.linux-armv8l/egg creating build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/boards.py -> build/bdist.linux-armv8l/egg/gpiozero creating build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> build/bdist.linux-armv8l/egg/gpiozero/pins copying build/lib/gpiozero/compat.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/tools.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/internal_devices.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/devices.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/mixins.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/exc.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/spi_devices.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/threads.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/__init__.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/output_devices.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/input_devices.py -> build/bdist.linux-armv8l/egg/gpiozero creating build/bdist.linux-armv8l/egg/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> build/bdist.linux-armv8l/egg/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> build/bdist.linux-armv8l/egg/gpiozero/fonts copying build/lib/gpiozero/tones.py -> build/bdist.linux-armv8l/egg/gpiozero copying build/lib/gpiozero/fonts.py -> build/bdist.linux-armv8l/egg/gpiozero creating build/bdist.linux-armv8l/egg/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> build/bdist.linux-armv8l/egg/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> build/bdist.linux-armv8l/egg/gpiozerocli byte-compiling build/bdist.linux-armv8l/egg/gpiozero/boards.py to boards.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/mock.py to mock.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/rpio.py to rpio.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/lgpio.py to lgpio.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/native.py to native.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/local.py to local.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/pigpio.py to pigpio.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/pi.py to pi.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/data.py to data.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/rpigpio.py to rpigpio.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/pins/spi.py to spi.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/compat.py to compat.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/tools.py to tools.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/internal_devices.py to internal_devices.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/devices.py to devices.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/mixins.py to mixins.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/exc.py to exc.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/spi_devices.py to spi_devices.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/threads.py to threads.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/output_devices.py to output_devices.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/input_devices.py to input_devices.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/tones.py to tones.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozero/fonts.py to fonts.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozerocli/__init__.py to __init__.cpython-310.pyc byte-compiling build/bdist.linux-armv8l/egg/gpiozerocli/pinout.py to pinout.cpython-310.pyc creating build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/PKG-INFO -> build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/SOURCES.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/dependency_links.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/entry_points.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/requires.txt -> build/bdist.linux-armv8l/egg/EGG-INFO copying gpiozero.egg-info/top_level.txt -> build/bdist.linux-armv8l/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/gpiozero-1.6.2-py3.10.egg' and adding 'build/bdist.linux-armv8l/egg' to it removing 'build/bdist.linux-armv8l/egg' (and everything under it) Processing gpiozero-1.6.2-py3.10.egg Copying gpiozero-1.6.2-py3.10.egg to /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2/test-env/lib/python3.10/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.10/site-packages/gpiozero-1.6.2-py3.10.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 Using /usr/lib/python3.10/site-packages Searching for setuptools==65.5.0 Best match: setuptools 65.5.0 Adding setuptools 65.5.0 to easy-install.pth file Using /usr/lib/python3.10/site-packages Finished processing dependencies for gpiozero==1.6.2 ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-gpiozero/src/gpiozero-1.6.2 collected 486 items tests/test_boards.py ................................................... [ 10%] ..................................... [ 18%] tests/test_compat.py .......................... [ 23%] tests/test_devices.py ...................... [ 27%] tests/test_fonts.py .. [ 28%] tests/test_inputs.py ................................ [ 34%] tests/test_internal_devices.py ............... [ 38%] tests/test_mixins.py ........ [ 39%] tests/test_mock_pin.py ................... [ 43%] tests/test_outputs.py .................................................. [ 53%] ............................................................ [ 66%] tests/test_pins_data.py ............... [ 69%] tests/test_real_pins.py sssssssssssss.........ss..ssssssssssssssssssssss [ 79%] sssssssssssssssssssssssssssssss.s [ 86%] tests/test_spi.py ............. [ 88%] tests/test_spi_devices.py ............ [ 91%] tests/test_tones.py ........ [ 92%] tests/test_tools.py .............................. [ 98%] tests/cli/test_pinout.py ..... [100%] =============================== warnings summary =============================== 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_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 ================ 417 passed, 69 skipped, 40 warnings in 34.82s ================= >>> py3-gpiozero: 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 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.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'gpiozero.fonts' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'gpiozero.fonts' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'gpiozero.fonts' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'gpiozero.fonts' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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.10 creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/boards.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/mock.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/lgpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/native.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/local.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pigpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/pi.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/data.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/rpigpio.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/pins/spi.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins copying build/lib/gpiozero/compat.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/tools.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/internal_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/mixins.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/exc.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/spi_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/threads.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/output_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/input_devices.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/14seg.txt -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/fonts copying build/lib/gpiozero/fonts/7seg.txt -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/fonts copying build/lib/gpiozero/tones.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero copying build/lib/gpiozero/fonts.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero creating /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozerocli copying build/lib/gpiozerocli/__init__.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozerocli copying build/lib/gpiozerocli/pinout.py -> /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozerocli byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/boards.py to boards.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/mock.py to mock.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/rpio.py to rpio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/lgpio.py to lgpio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/native.py to native.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/local.py to local.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/pigpio.py to pigpio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/pi.py to pi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/data.py to data.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/rpigpio.py to rpigpio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/pins/spi.py to spi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/tools.py to tools.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/internal_devices.py to internal_devices.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/devices.py to devices.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/mixins.py to mixins.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/exc.py to exc.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/spi_devices.py to spi_devices.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/threads.py to threads.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/output_devices.py to output_devices.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/input_devices.py to input_devices.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/tones.py to tones.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero/fonts.py to fonts.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozerocli/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozerocli/pinout.py to pinout.cpython-310.pyc running install_egg_info Copying gpiozero.egg-info to /home/buildozer/aports/community/py3-gpiozero/pkg/py3-gpiozero/usr/lib/python3.10/site-packages/gpiozero-1.6.2-py3.10.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 >>> 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... >>> py3-gpiozero*: Package size: 1.3 MB >>> py3-gpiozero*: Compressing data... >>> py3-gpiozero*: Create checksum... >>> py3-gpiozero*: Create py3-gpiozero-1.6.2-r0.apk >>> py3-gpiozero: Build complete at Sat, 29 Oct 2022 13:33:57 +0000 elapsed time 0h 0m 49s >>> py3-gpiozero: Cleaning up srcdir >>> py3-gpiozero: Cleaning up pkgdir >>> py3-gpiozero: Uninstalling dependencies... (1/21) Purging .makedepends-py3-gpiozero (20221029.133312) (2/21) Purging py3-colorzero (2.0-r0) (3/21) Purging py3-setuptools (65.5.0-r0) (4/21) Purging py3-pytest (7.1.3-r1) (5/21) Purging py3-attrs (22.1.0-r0) (6/21) Purging py3-iniconfig (1.1.1-r3) (7/21) Purging py3-packaging (21.3-r2) (8/21) Purging py3-parsing (3.0.9-r0) (9/21) Purging py3-pluggy (1.0.0-r1) (10/21) Purging py3-py (1.11.0-r0) (11/21) Purging py3-tomli (2.0.1-r1) (12/21) Purging py3-mock (4.0.3-r3) (13/21) Purging py3-pbr (5.11.0-r0) (14/21) Purging python3 (3.10.8-r3) (15/21) Purging libbz2 (1.0.8-r3) (16/21) Purging libffi (3.4.4-r0) (17/21) Purging gdbm (1.23-r0) (18/21) Purging xz-libs (5.2.7-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.2.0-r0) (21/21) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-gpiozero: Updating the community/armv7 repository index... >>> py3-gpiozero: Signing the index...