>>> py3-influxdb: Building community/py3-influxdb 5.3.1-r2 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 09:02:54 +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/35) Installing libbz2 (1.0.8-r5) (2/35) Installing libffi (3.4.4-r2) (3/35) Installing gdbm (1.23-r1) (4/35) Installing xz-libs (5.4.2-r1) (5/35) Installing mpdecimal (2.5.1-r2) (6/35) Installing libpanelw (6.4_p20230401-r6) (7/35) Installing readline (8.2.1-r1) (8/35) Installing sqlite-libs (3.41.2-r2) (9/35) Installing python3 (3.11.3-r10) (10/35) Installing python3-pycache-pyc0 (3.11.3-r10) (11/35) Installing pyc (0.1-r0) (12/35) Installing python3-pyc (3.11.3-r10) (13/35) Installing py3-tz (2023.3-r1) (14/35) Installing py3-tz-pyc (2023.3-r1) (15/35) Installing py3-six (1.16.0-r6) (16/35) Installing py3-six-pyc (1.16.0-r6) (17/35) Installing py3-certifi (2022.12.7-r2) (18/35) Installing py3-certifi-pyc (2022.12.7-r2) (19/35) Installing py3-charset-normalizer (3.1.0-r1) (20/35) Installing py3-charset-normalizer-pyc (3.1.0-r1) (21/35) Installing py3-idna (3.4-r4) (22/35) Installing py3-idna-pyc (3.4-r4) (23/35) Installing py3-urllib3 (1.26.15-r1) (24/35) Installing py3-urllib3-pyc (1.26.15-r1) (25/35) Installing py3-requests (2.28.2-r1) (26/35) Installing py3-requests-pyc (2.28.2-r1) (27/35) Installing py3-dateutil (2.8.2-r3) (28/35) Installing py3-dateutil-pyc (2.8.2-r3) (29/35) Installing py3-parsing (3.0.9-r2) (30/35) Installing py3-parsing-pyc (3.0.9-r2) (31/35) Installing py3-packaging (23.1-r1) (32/35) Installing py3-packaging-pyc (23.1-r1) (33/35) Installing py3-setuptools (67.7.2-r0) (34/35) Installing py3-setuptools-pyc (67.7.2-r0) (35/35) Installing .makedepends-py3-influxdb (20230426.090256) Executing busybox-1.36.0-r8.trigger OK: 447 MiB in 133 packages >>> py3-influxdb: Cleaning up srcdir >>> py3-influxdb: Cleaning up pkgdir >>> py3-influxdb: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-influxdb-5.3.1.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 100 80714 100 80714 0 0 673k 0 --:--:-- --:--:-- --:--:-- 679k >>> py3-influxdb: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-influxdb-5.3.1.tar.gz >>> py3-influxdb: Checking sha512sums... py3-influxdb-5.3.1.tar.gz: OK >>> py3-influxdb: Unpacking /var/cache/distfiles/v3.18/py3-influxdb-5.3.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/influxdb copying influxdb/resultset.py -> build/lib/influxdb copying influxdb/exceptions.py -> build/lib/influxdb copying influxdb/line_protocol.py -> build/lib/influxdb copying influxdb/__init__.py -> build/lib/influxdb copying influxdb/client.py -> build/lib/influxdb copying influxdb/helper.py -> build/lib/influxdb copying influxdb/dataframe_client.py -> build/lib/influxdb copying influxdb/_dataframe_client.py -> build/lib/influxdb copying influxdb/chunked_json.py -> build/lib/influxdb creating build/lib/influxdb/tests copying influxdb/tests/helper_test.py -> build/lib/influxdb/tests copying influxdb/tests/misc.py -> build/lib/influxdb/tests copying influxdb/tests/test_line_protocol.py -> build/lib/influxdb/tests copying influxdb/tests/__init__.py -> build/lib/influxdb/tests copying influxdb/tests/resultset_test.py -> build/lib/influxdb/tests copying influxdb/tests/dataframe_client_test.py -> build/lib/influxdb/tests copying influxdb/tests/client_test.py -> build/lib/influxdb/tests copying influxdb/tests/chunked_json_test.py -> build/lib/influxdb/tests creating build/lib/influxdb/influxdb08 copying influxdb/influxdb08/__init__.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/client.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/helper.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/dataframe_client.py -> build/lib/influxdb/influxdb08 copying influxdb/influxdb08/chunked_json.py -> build/lib/influxdb/influxdb08 creating build/lib/influxdb/tests/server_tests copying influxdb/tests/server_tests/base.py -> 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 creating build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/helper_test.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/__init__.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/dataframe_client_test.py -> build/lib/influxdb/tests/influxdb08 copying influxdb/tests/influxdb08/client_test.py -> build/lib/influxdb/tests/influxdb08 >>> py3-influxdb: 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/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.11 creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/helper_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/misc.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/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.11/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.11/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.11/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.11/site-packages/influxdb/tests/server_tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/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.11/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.11/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.11/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.11/site-packages/influxdb/tests/influxdb08 copying build/lib/influxdb/tests/test_line_protocol.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/resultset_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/dataframe_client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests copying build/lib/influxdb/tests/client_test.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/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.11/site-packages/influxdb/tests creating /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/helper.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/influxdb08/chunked_json.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08 copying build/lib/influxdb/resultset.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/exceptions.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/line_protocol.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/__init__.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/helper.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/_dataframe_client.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb copying build/lib/influxdb/chunked_json.py -> /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/helper_test.py to helper_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/misc.py to misc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/influxdb_instance.py to influxdb_instance.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/client_test_with_server.py to client_test_with_server.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/helper_test.py to helper_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/dataframe_client_test.py to dataframe_client_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/client_test.py to client_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/test_line_protocol.py to test_line_protocol.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/resultset_test.py to resultset_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/dataframe_client_test.py to dataframe_client_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/client_test.py to client_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/chunked_json_test.py to chunked_json_test.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/helper.py to helper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/dataframe_client.py to dataframe_client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/chunked_json.py to chunked_json.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/resultset.py to resultset.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/line_protocol.py to line_protocol.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/helper.py to helper.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/dataframe_client.py to dataframe_client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/_dataframe_client.py to _dataframe_client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/chunked_json.py to chunked_json.cpython-311.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.11/site-packages/influxdb-5.3.1-py3.11.egg-info running install_scripts >>> py3-influxdb-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.11/site-packages/influxdb/tests/server_tests/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.11/site-packages/influxdb/tests/influxdb08/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/tests/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.11/site-packages/influxdb/tests/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/influxdb08/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.11/site-packages/influxdb/influxdb08/__pycache__' '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb/usr/lib/python3.11/site-packages/influxdb/__pycache__' -> '/home/buildozer/aports/community/py3-influxdb/pkg/py3-influxdb-pyc/usr/lib/python3.11/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.11 >>> py3-influxdb-pyc*: Package size: 616.0 KB >>> py3-influxdb-pyc*: Compressing data... >>> py3-influxdb-pyc*: Create checksum... >>> py3-influxdb-pyc*: Create py3-influxdb-pyc-5.3.1-r2.apk >>> py3-influxdb*: Tracing dependencies... python3 py3-tz py3-six py3-requests py3-dateutil python3~3.11 >>> py3-influxdb*: Package size: 504.0 KB >>> py3-influxdb*: Compressing data... >>> py3-influxdb*: Create checksum... >>> py3-influxdb*: Create py3-influxdb-5.3.1-r2.apk >>> py3-influxdb: Build complete at Wed, 26 Apr 2023 09:02:58 +0000 elapsed time 0h 0m 4s >>> py3-influxdb: Cleaning up srcdir >>> py3-influxdb: Cleaning up pkgdir >>> py3-influxdb: Uninstalling dependencies... (1/35) Purging .makedepends-py3-influxdb (20230426.090256) (2/35) Purging py3-tz-pyc (2023.3-r1) (3/35) Purging py3-tz (2023.3-r1) (4/35) Purging py3-requests-pyc (2.28.2-r1) (5/35) Purging py3-requests (2.28.2-r1) (6/35) Purging py3-certifi-pyc (2022.12.7-r2) (7/35) Purging py3-certifi (2022.12.7-r2) (8/35) Purging py3-charset-normalizer-pyc (3.1.0-r1) (9/35) Purging py3-charset-normalizer (3.1.0-r1) (10/35) Purging py3-idna-pyc (3.4-r4) (11/35) Purging py3-idna (3.4-r4) (12/35) Purging py3-urllib3-pyc (1.26.15-r1) (13/35) Purging py3-urllib3 (1.26.15-r1) (14/35) Purging py3-dateutil-pyc (2.8.2-r3) (15/35) Purging py3-dateutil (2.8.2-r3) (16/35) Purging py3-six-pyc (1.16.0-r6) (17/35) Purging py3-six (1.16.0-r6) (18/35) Purging py3-setuptools-pyc (67.7.2-r0) (19/35) Purging py3-setuptools (67.7.2-r0) (20/35) Purging py3-packaging-pyc (23.1-r1) (21/35) Purging py3-packaging (23.1-r1) (22/35) Purging py3-parsing-pyc (3.0.9-r2) (23/35) Purging py3-parsing (3.0.9-r2) (24/35) Purging python3-pyc (3.11.3-r10) (25/35) Purging python3-pycache-pyc0 (3.11.3-r10) (26/35) Purging pyc (0.1-r0) (27/35) Purging python3 (3.11.3-r10) (28/35) Purging gdbm (1.23-r1) (29/35) Purging libbz2 (1.0.8-r5) (30/35) Purging libffi (3.4.4-r2) (31/35) Purging libpanelw (6.4_p20230401-r6) (32/35) Purging mpdecimal (2.5.1-r2) (33/35) Purging readline (8.2.1-r1) (34/35) Purging sqlite-libs (3.41.2-r2) (35/35) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 392 MiB in 98 packages >>> py3-influxdb: Updating the community/x86_64 repository index... >>> py3-influxdb: Signing the index...