>>> py3-firmata: Building testing/py3-firmata 1.0.3-r8 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 16:06:19 +0000 >>> py3-firmata: Checking sanity of /home/buildozer/aports/testing/py3-firmata/APKBUILD... >>> py3-firmata: Analyzing dependencies... >>> py3-firmata: Installing for build: build-base python3 py3-pyserial py3-setuptools (1/20) Installing libbz2 (1.0.8-r5) (2/20) Installing libffi (3.4.4-r2) (3/20) Installing gdbm (1.23-r1) (4/20) Installing xz-libs (5.4.2-r1) (5/20) Installing mpdecimal (2.5.1-r2) (6/20) Installing libpanelw (6.4_p20230401-r5) (7/20) Installing readline (8.2.1-r1) (8/20) Installing sqlite-libs (3.41.2-r2) (9/20) Installing python3 (3.11.3-r10) (10/20) Installing python3-pycache-pyc0 (3.11.3-r10) (11/20) Installing pyc (0.1-r0) (12/20) Installing python3-pyc (3.11.3-r10) (13/20) Installing py3-pyserial (3.5-r5) (14/20) Installing py3-parsing (3.0.9-r2) (15/20) Installing py3-parsing-pyc (3.0.9-r2) (16/20) Installing py3-packaging (23.1-r1) (17/20) Installing py3-packaging-pyc (23.1-r1) (18/20) Installing py3-setuptools (67.7.1-r0) (19/20) Installing py3-setuptools-pyc (67.7.1-r0) (20/20) Installing .makedepends-py3-firmata (20230422.160619) Executing busybox-1.36.0-r7.trigger OK: 461 MiB in 119 packages >>> py3-firmata: Cleaning up srcdir >>> py3-firmata: Cleaning up pkgdir >>> py3-firmata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyFirmata-1.0.3.tar.gz >>> py3-firmata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyFirmata-1.0.3.tar.gz >>> py3-firmata: Checking sha512sums... pyFirmata-1.0.3.tar.gz: OK py311.patch: OK >>> py3-firmata: Unpacking /var/cache/distfiles/edge/pyFirmata-1.0.3.tar.gz... >>> py3-firmata: py311.patch patching file pyfirmata/pyfirmata.py running build running build_py creating build creating build/lib creating build/lib/pyfirmata copying pyfirmata/__init__.py -> build/lib/pyfirmata copying pyfirmata/pyfirmata.py -> build/lib/pyfirmata copying pyfirmata/util.py -> build/lib/pyfirmata copying pyfirmata/boards.py -> build/lib/pyfirmata copying pyfirmata/mockup.py -> build/lib/pyfirmata running egg_info creating pyFirmata.egg-info writing pyFirmata.egg-info/PKG-INFO writing dependency_links to pyFirmata.egg-info/dependency_links.txt writing requirements to pyFirmata.egg-info/requires.txt writing top-level names to pyFirmata.egg-info/top_level.txt writing manifest file 'pyFirmata.egg-info/SOURCES.txt' reading manifest file 'pyFirmata.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyFirmata.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing pyFirmata.egg-info/PKG-INFO writing dependency_links to pyFirmata.egg-info/dependency_links.txt writing requirements to pyFirmata.egg-info/requires.txt writing top-level names to pyFirmata.egg-info/top_level.txt reading manifest file 'pyFirmata.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyFirmata.egg-info/SOURCES.txt' running build_ext test_correct_digital_input_first_pin_issue_9 (tests.RegressionTests.test_correct_digital_input_first_pin_issue_9) The first pin on the port would always be low, even if the mask said ... ok test_handle_digital_inputs (tests.RegressionTests.test_handle_digital_inputs) Test if digital inputs are correctly updated. ... ok test_proper_exit_conditions (tests.RegressionTests.test_proper_exit_conditions) Test that the exit method works properly if we didn't make it all ... ok test_get_pin_analog (tests.TestBoardLayout.test_get_pin_analog) ... ok test_get_pin_digital (tests.TestBoardLayout.test_get_pin_digital) ... ok test_layout_arduino (tests.TestBoardLayout.test_layout_arduino) ... ok test_layout_arduino_mega (tests.TestBoardLayout.test_layout_arduino_mega) ... ok test_pwm_layout (tests.TestBoardLayout.test_pwm_layout) ... ok test_handle_analog_message (tests.TestBoardMessages.test_handle_analog_message) ... ok test_handle_capability_response (tests.TestBoardMessages.test_handle_capability_response) Capability Response codes: ... ok test_handle_digital_message (tests.TestBoardMessages.test_handle_digital_message) ... ok test_handle_report_firmware (tests.TestBoardMessages.test_handle_report_firmware) ... ok test_handle_report_version (tests.TestBoardMessages.test_handle_report_version) ... ok test_incoming_analog_message (tests.TestBoardMessages.test_incoming_analog_message) ... ok test_incoming_digital_message (tests.TestBoardMessages.test_incoming_digital_message) ... ok test_incoming_report_firmware (tests.TestBoardMessages.test_incoming_report_firmware) ... ok test_incoming_report_version (tests.TestBoardMessages.test_incoming_report_version) ... ok test_receive_sysex_message (tests.TestBoardMessages.test_receive_sysex_message) ... ok test_report_analog (tests.TestBoardMessages.test_report_analog) ... ok test_report_digital (tests.TestBoardMessages.test_report_digital) ... ok test_send_sysex_message (tests.TestBoardMessages.test_send_sysex_message) ... ok test_send_sysex_string (tests.TestBoardMessages.test_send_sysex_string) ... ok test_send_sysex_too_big_data (tests.TestBoardMessages.test_send_sysex_too_big_data) ... ok test_servo_config (tests.TestBoardMessages.test_servo_config) ... ok test_servo_config_invalid_pin (tests.TestBoardMessages.test_servo_config_invalid_pin) ... ok test_servo_config_min_max_pulse (tests.TestBoardMessages.test_servo_config_min_max_pulse) ... ok test_servo_config_min_max_pulse_angle (tests.TestBoardMessages.test_servo_config_min_max_pulse_angle) ... ok test_set_mode_servo (tests.TestBoardMessages.test_set_mode_servo) ... ok test_too_much_data (tests.TestBoardMessages.test_too_much_data) When we send random bytes, before or after a command, they should be ... ok test_get_pin_analog (tests.TestMockupBoardLayout.test_get_pin_analog) ... ok test_get_pin_digital (tests.TestMockupBoardLayout.test_get_pin_digital) ... ok test_handle_analog_message (tests.TestMockupBoardLayout.test_handle_analog_message) ... ok test_handle_capability_response (tests.TestMockupBoardLayout.test_handle_capability_response) Capability Response codes: ... ok test_handle_digital_message (tests.TestMockupBoardLayout.test_handle_digital_message) ... ok test_handle_report_firmware (tests.TestMockupBoardLayout.test_handle_report_firmware) ... ok test_handle_report_version (tests.TestMockupBoardLayout.test_handle_report_version) ... ok test_incoming_analog_message (tests.TestMockupBoardLayout.test_incoming_analog_message) ... ok test_incoming_digital_message (tests.TestMockupBoardLayout.test_incoming_digital_message) ... ok test_incoming_report_firmware (tests.TestMockupBoardLayout.test_incoming_report_firmware) ... ok test_incoming_report_version (tests.TestMockupBoardLayout.test_incoming_report_version) ... ok test_layout_arduino (tests.TestMockupBoardLayout.test_layout_arduino) ... ok test_layout_arduino_mega (tests.TestMockupBoardLayout.test_layout_arduino_mega) ... ok test_pwm_layout (tests.TestMockupBoardLayout.test_pwm_layout) ... ok test_receive_sysex_message (tests.TestMockupBoardLayout.test_receive_sysex_message) ... ok test_report_analog (tests.TestMockupBoardLayout.test_report_analog) ... ok test_report_digital (tests.TestMockupBoardLayout.test_report_digital) ... ok test_send_sysex_message (tests.TestMockupBoardLayout.test_send_sysex_message) ... ok test_send_sysex_string (tests.TestMockupBoardLayout.test_send_sysex_string) ... ok test_send_sysex_too_big_data (tests.TestMockupBoardLayout.test_send_sysex_too_big_data) ... ok test_servo_config (tests.TestMockupBoardLayout.test_servo_config) ... ok test_servo_config_invalid_pin (tests.TestMockupBoardLayout.test_servo_config_invalid_pin) ... ok test_servo_config_min_max_pulse (tests.TestMockupBoardLayout.test_servo_config_min_max_pulse) ... ok test_servo_config_min_max_pulse_angle (tests.TestMockupBoardLayout.test_servo_config_min_max_pulse_angle) ... ok test_set_mode_servo (tests.TestMockupBoardLayout.test_set_mode_servo) ... ok test_too_much_data (tests.TestMockupBoardLayout.test_too_much_data) When we send random bytes, before or after a command, they should be ... ok test_none (tests.TestMockupSerial.test_none) ... ok test_only_bytes (tests.TestMockupSerial.test_only_bytes) ... ok test_write_read (tests.TestMockupSerial.test_write_read) ... ok test_break_to_bytes (tests.UtilTests.test_break_to_bytes) ... ok test_from_two_bytes (tests.UtilTests.test_from_two_bytes) ... ok test_str_to_two_byte_iter (tests.UtilTests.test_str_to_two_byte_iter) ... ok test_to_two_bytes (tests.UtilTests.test_to_two_bytes) ... ok test_two_byte_iter_to_str (tests.UtilTests.test_two_byte_iter_to_str) ... ok ---------------------------------------------------------------------- Ran 63 tests in 0.028s OK >>> py3-firmata: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/testing/py3-firmata/pkg creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata copying build/lib/pyfirmata/__init__.py -> /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata copying build/lib/pyfirmata/pyfirmata.py -> /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata copying build/lib/pyfirmata/util.py -> /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata copying build/lib/pyfirmata/boards.py -> /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata copying build/lib/pyfirmata/mockup.py -> /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata byte-compiling /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/pyfirmata.py to pyfirmata.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/util.py to util.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/boards.py to boards.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/mockup.py to mockup.cpython-311.pyc running install_egg_info running egg_info writing pyFirmata.egg-info/PKG-INFO writing dependency_links to pyFirmata.egg-info/dependency_links.txt writing requirements to pyFirmata.egg-info/requires.txt writing top-level names to pyFirmata.egg-info/top_level.txt reading manifest file 'pyFirmata.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyFirmata.egg-info/SOURCES.txt' Copying pyFirmata.egg-info to /home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyFirmata-1.0.2-py3.11.egg-info running install_scripts >>> py3-firmata-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata/usr/lib/python3.11/site-packages/pyfirmata/__pycache__' -> '/home/buildozer/aports/testing/py3-firmata/pkg/py3-firmata-pyc/usr/lib/python3.11/site-packages/pyfirmata/__pycache__' >>> py3-firmata-pyc*: Preparing subpackage py3-firmata-pyc... >>> py3-firmata-pyc*: Running postcheck for py3-firmata-pyc >>> py3-firmata*: Running postcheck for py3-firmata >>> py3-firmata*: Preparing package py3-firmata... >>> py3-firmata-pyc*: Tracing dependencies... python3 py3-pyserial python3~3.11 >>> py3-firmata-pyc*: Package size: 88.0 KB >>> py3-firmata-pyc*: Compressing data... >>> py3-firmata-pyc*: Create checksum... >>> py3-firmata-pyc*: Create py3-firmata-pyc-1.0.3-r8.apk >>> py3-firmata*: Tracing dependencies... python3 py3-pyserial python3~3.11 >>> py3-firmata*: Package size: 92.0 KB >>> py3-firmata*: Compressing data... >>> py3-firmata*: Create checksum... >>> py3-firmata*: Create py3-firmata-1.0.3-r8.apk >>> py3-firmata: Build complete at Sat, 22 Apr 2023 16:06:21 +0000 elapsed time 0h 0m 2s >>> py3-firmata: Cleaning up srcdir >>> py3-firmata: Cleaning up pkgdir >>> py3-firmata: Uninstalling dependencies... (1/20) Purging .makedepends-py3-firmata (20230422.160619) (2/20) Purging py3-pyserial (3.5-r5) (3/20) Purging py3-setuptools-pyc (67.7.1-r0) (4/20) Purging py3-setuptools (67.7.1-r0) (5/20) Purging py3-packaging-pyc (23.1-r1) (6/20) Purging py3-packaging (23.1-r1) (7/20) Purging py3-parsing-pyc (3.0.9-r2) (8/20) Purging py3-parsing (3.0.9-r2) (9/20) Purging python3-pyc (3.11.3-r10) (10/20) Purging python3-pycache-pyc0 (3.11.3-r10) (11/20) Purging pyc (0.1-r0) (12/20) Purging python3 (3.11.3-r10) (13/20) Purging gdbm (1.23-r1) (14/20) Purging libbz2 (1.0.8-r5) (15/20) Purging libffi (3.4.4-r2) (16/20) Purging libpanelw (6.4_p20230401-r5) (17/20) Purging mpdecimal (2.5.1-r2) (18/20) Purging readline (8.2.1-r1) (19/20) Purging sqlite-libs (3.41.2-r2) (20/20) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> py3-firmata: Updating the testing/aarch64 repository index... >>> py3-firmata: Signing the index...