>>> py3-influxdb: Building community/py3-influxdb 5.3.2-r0 (using abuild 3.13.0-r3) started Tue, 23 Apr 2024 13:43:47 +0000 >>> py3-influxdb: Checking sanity of /home/buildozer/aports/community/py3-influxdb/APKBUILD... >>> py3-influxdb: Analyzing dependencies... >>> py3-influxdb: Installing for build: build-base python3 py3-tz py3-six py3-requests py3-dateutil py3-setuptools (1/33) Installing libffi (3.4.6-r0) (2/33) Installing gdbm (1.23-r1) (3/33) Installing mpdecimal (4.0.0-r0) (4/33) Installing libpanelw (6.4_p20240330-r0) (5/33) Installing readline (8.2.10-r0) (6/33) Installing sqlite-libs (3.45.3-r0) (7/33) Installing python3 (3.12.3-r1) (8/33) Installing python3-pycache-pyc0 (3.12.3-r1) (9/33) Installing pyc (3.12.3-r1) (10/33) Installing python3-pyc (3.12.3-r1) (11/33) Installing py3-tz (2024.1-r1) (12/33) Installing py3-tz-pyc (2024.1-r1) (13/33) Installing py3-six (1.16.0-r9) (14/33) Installing py3-six-pyc (1.16.0-r9) (15/33) Installing py3-certifi (2024.2.2-r1) (16/33) Installing py3-certifi-pyc (2024.2.2-r1) (17/33) Installing py3-charset-normalizer (3.3.2-r1) (18/33) Installing py3-charset-normalizer-pyc (3.3.2-r1) (19/33) Installing py3-idna (3.7-r0) (20/33) Installing py3-idna-pyc (3.7-r0) (21/33) Installing py3-urllib3 (1.26.18-r1) (22/33) Installing py3-urllib3-pyc (1.26.18-r1) (23/33) Installing py3-requests (2.31.0-r2) (24/33) Installing py3-requests-pyc (2.31.0-r2) (25/33) Installing py3-dateutil (2.9.0-r1) (26/33) Installing py3-dateutil-pyc (2.9.0-r1) (27/33) Installing py3-parsing (3.1.2-r1) (28/33) Installing py3-parsing-pyc (3.1.2-r1) (29/33) Installing py3-packaging (24.0-r1) (30/33) Installing py3-packaging-pyc (24.0-r1) (31/33) Installing py3-setuptools (69.5.1-r0) (32/33) Installing py3-setuptools-pyc (69.5.1-r0) (33/33) Installing .makedepends-py3-influxdb (20240423.134348) Executing busybox-1.36.1-r25.trigger OK: 322 MiB in 143 packages >>> py3-influxdb: Cleaning up srcdir >>> py3-influxdb: Cleaning up pkgdir >>> py3-influxdb: Cleaning up tmpdir >>> py3-influxdb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-influxdb-5.3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (56) The requested URL returned error: 404 >>> py3-influxdb: Fetching py3-influxdb-5.3.2.tar.gz::https://github.com/influxdata/influxdb-python/archive/v5.3.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 82234 0 82234 0 0 40839 0 --:--:-- 0:00:02 --:--:-- 93235 >>> py3-influxdb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-influxdb-5.3.2.tar.gz >>> py3-influxdb: Checking sha512sums... py3-influxdb-5.3.2.tar.gz: OK >>> py3-influxdb: Unpacking /var/cache/distfiles/py3-influxdb-5.3.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/influxdb copying influxdb/helper.py -> build/lib/influxdb copying influxdb/chunked_json.py -> build/lib/influxdb copying influxdb/exceptions.py -> build/lib/influxdb copying influxdb/_dataframe_client.py -> build/lib/influxdb copying influxdb/resultset.py -> build/lib/influxdb copying influxdb/line_protocol.py -> build/lib/influxdb copying influxdb/client.py -> build/lib/influxdb copying influxdb/__init__.py -> build/lib/influxdb copying influxdb/dataframe_client.py -> build/lib/influxdb creating build/lib/influxdb/tests copying influxdb/tests/chunked_json_test.py -> build/lib/influxdb/tests copying influxdb/tests/test_line_protocol.py -> build/lib/influxdb/tests copying influxdb/tests/resultset_test.py -> build/lib/influxdb/tests copying influxdb/tests/misc.py -> build/lib/influxdb/tests copying influxdb/tests/client_test.py -> build/lib/influxdb/tests copying influxdb/tests/helper_test.py -> build/lib/influxdb/tests copying influxdb/tests/dataframe_client_test.py -> build/lib/influxdb/tests copying influxdb/tests/__init__.py -> build/lib/influxdb/tests creating build/lib/influxdb/influxdb08 copying influxdb/influxdb08/helper.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/chunked_json.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/client.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/__init__.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/dataframe_client.py -> build/lib/influxdb/influxdb08 creating build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/client_test.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/helper_test.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/dataframe_client_test.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/__init__.py -> build/lib/influxdb/tests/influxdb08 creating build/lib/influxdb/tests/server_tests copying influxdb/tests/server_tests/influxdb_instance.py -> build/lib/influxdb/tests/server_tests copying influxdb/tests/server_tests/__init__.py -> build/lib/influxdb/tests/server_tests copying influxdb/tests/server_tests/client_test_with_server.py -> build/lib/influxdb/tests/server_tests copying influxdb/tests/server_tests/base.py -> build/lib/influxdb/tests/server_tests >>> py3-influxdb: 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-influxdb/pkg creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/helper.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/chunked_json.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/exceptions.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/chunked_json_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/test_line_protocol.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/resultset_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/misc.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests copying build/lib/influxdb/tests/helper_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/influxdb08/client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/influxdb08/helper_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/influxdb08/dataframe_client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/influxdb08/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/dataframe_client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests copying build/lib/influxdb/tests/server_tests/influxdb_instance.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests copying build/lib/influxdb/tests/server_tests/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests copying build/lib/influxdb/tests/server_tests/client_test_with_server.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests copying build/lib/influxdb/tests/server_tests/base.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests copying build/lib/influxdb/tests/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/helper.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/chunked_json.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08 copying build/lib/influxdb/_dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/resultset.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/line_protocol.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb copying build/lib/influxdb/dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/helper.py to helper.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/chunked_json.py to chunked_json.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/exceptions.py to exceptions.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/chunked_json_test.py to chunked_json_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/test_line_protocol.py to test_line_protocol.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/resultset_test.py to resultset_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/misc.py to misc.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/client_test.py to client_test.cpython-312.pyc /usr/lib/python3.12/site-packages/influxdb/tests/client_test.py:528: SyntaxWarning: invalid escape sequence '\(' byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/helper_test.py to helper_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/client_test.py to client_test.cpython-312.pyc /usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/client_test.py:309: SyntaxWarning: invalid escape sequence '\(' /usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/client_test.py:453: SyntaxWarning: invalid escape sequence '\(' /usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/client_test.py:737: SyntaxWarning: invalid escape sequence '\(' byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/helper_test.py to helper_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/dataframe_client_test.py to dataframe_client_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/dataframe_client_test.py to dataframe_client_test.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/influxdb_instance.py to influxdb_instance.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/client_test_with_server.py to client_test_with_server.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/base.py to base.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/helper.py to helper.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/chunked_json.py to chunked_json.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/client.py to client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/dataframe_client.py to dataframe_client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/_dataframe_client.py to _dataframe_client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/resultset.py to resultset.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/line_protocol.py to line_protocol.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/client.py to client.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/dataframe_client.py to dataframe_client.cpython-312.pyc running install_egg_info running egg_info creating influxdb.egg-info writing influxdb.egg-info/PKG-INFO writing dependency_links to influxdb.egg-info/dependency_links.txt writing requirements to influxdb.egg-info/requires.txt writing top-level names to influxdb.egg-info/top_level.txt writing manifest file 'influxdb.egg-info/SOURCES.txt' reading manifest file 'influxdb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'influxdb.egg-info/SOURCES.txt' Copying influxdb.egg-info to /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb-5.3.2-py3.12.egg-info running install_scripts >>> py3-influxdb-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.12/site-packages/influxdb/tests/influxdb08/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.12/site-packages/influxdb/tests/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.12/site-packages/influxdb/tests/server_tests/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/influxdb08/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.12/site-packages/influxdb/influxdb08/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.12/site-packages/influxdb/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.12/site-packages/influxdb/__pycache__' >>> py3-influxdb-pyc*: Preparing subpackage py3-influxdb-pyc... >>> py3-influxdb-pyc*: Running postcheck for py3-influxdb-pyc >>> py3-influxdb*: Running postcheck for py3-influxdb >>> py3-influxdb*: Preparing package py3-influxdb... >>> py3-influxdb-pyc*: Tracing dependencies... python3 py3-tz py3-six py3-requests py3-dateutil python3~3.12 >>> py3-influxdb-pyc*: Package size: 564.0 KB >>> py3-influxdb-pyc*: Compressing data... >>> py3-influxdb-pyc*: Create checksum... >>> py3-influxdb-pyc*: Create py3-influxdb-pyc-5.3.2-r0.apk >>> py3-influxdb*: Tracing dependencies... python3 py3-tz py3-six py3-requests py3-dateutil python3~3.12 >>> py3-influxdb*: Package size: 512.0 KB >>> py3-influxdb*: Compressing data... >>> py3-influxdb*: Create checksum... >>> py3-influxdb*: Create py3-influxdb-5.3.2-r0.apk >>> py3-influxdb: Build complete at Tue, 23 Apr 2024 13:43:52 +0000 elapsed time 0h 0m 5s >>> py3-influxdb: Cleaning up srcdir >>> py3-influxdb: Cleaning up pkgdir >>> py3-influxdb: Uninstalling dependencies... (1/33) Purging .makedepends-py3-influxdb (20240423.134348) (2/33) Purging py3-tz-pyc (2024.1-r1) (3/33) Purging py3-tz (2024.1-r1) (4/33) Purging py3-requests-pyc (2.31.0-r2) (5/33) Purging py3-requests (2.31.0-r2) (6/33) Purging py3-certifi-pyc (2024.2.2-r1) (7/33) Purging py3-certifi (2024.2.2-r1) (8/33) Purging py3-charset-normalizer-pyc (3.3.2-r1) (9/33) Purging py3-charset-normalizer (3.3.2-r1) (10/33) Purging py3-idna-pyc (3.7-r0) (11/33) Purging py3-idna (3.7-r0) (12/33) Purging py3-urllib3-pyc (1.26.18-r1) (13/33) Purging py3-urllib3 (1.26.18-r1) (14/33) Purging py3-dateutil-pyc (2.9.0-r1) (15/33) Purging py3-dateutil (2.9.0-r1) (16/33) Purging py3-six-pyc (1.16.0-r9) (17/33) Purging py3-six (1.16.0-r9) (18/33) Purging py3-setuptools-pyc (69.5.1-r0) (19/33) Purging py3-setuptools (69.5.1-r0) (20/33) Purging py3-packaging-pyc (24.0-r1) (21/33) Purging py3-packaging (24.0-r1) (22/33) Purging py3-parsing-pyc (3.1.2-r1) (23/33) Purging py3-parsing (3.1.2-r1) (24/33) Purging python3-pyc (3.12.3-r1) (25/33) Purging python3-pycache-pyc0 (3.12.3-r1) (26/33) Purging pyc (3.12.3-r1) (27/33) Purging python3 (3.12.3-r1) (28/33) Purging gdbm (1.23-r1) (29/33) Purging libffi (3.4.6-r0) (30/33) Purging libpanelw (6.4_p20240330-r0) (31/33) Purging mpdecimal (4.0.0-r0) (32/33) Purging readline (8.2.10-r0) (33/33) Purging sqlite-libs (3.45.3-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-influxdb: Updating the community/ppc64le repository index... >>> py3-influxdb: Signing the index...