>>> py3-softlayer-zeep: Building community/py3-softlayer-zeep 5.0.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 03:58:42 +0000 >>> py3-softlayer-zeep: Checking sanity of /home/buildozer/aports/community/py3-softlayer-zeep/APKBUILD... >>> py3-softlayer-zeep: Analyzing dependencies... >>> py3-softlayer-zeep: Installing for build: build-base py3-attrs py3-isodate py3-lxml py3-platformdirs py3-requests py3-requests-file py3-requests-toolbelt py3-tz py3-setuptools (1/29) Installing libbz2 (1.0.8-r4) (2/29) Installing libffi (3.4.4-r0) (3/29) Installing gdbm (1.23-r0) (4/29) Installing xz-libs (5.2.8-r0) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.2.0-r0) (7/29) Installing sqlite-libs (3.40.0-r0) (8/29) Installing python3 (3.11.0-r2) (9/29) Installing py3-attrs (22.1.0-r1) (10/29) Installing py3-six (1.16.0-r4) (11/29) Installing py3-isodate (0.6.1-r2) (12/29) Installing libgpg-error (1.46-r1) (13/29) Installing libgcrypt (1.10.1-r0) (14/29) Installing libxml2 (2.10.3-r2) (15/29) Installing libxslt (1.1.37-r0) (16/29) Installing py3-lxml (4.9.1-r1) (17/29) Installing py3-platformdirs (2.5.4-r1) (18/29) Installing py3-certifi (2022.9.24-r1) (19/29) Installing py3-charset-normalizer (3.0.1-r1) (20/29) Installing py3-idna (3.4-r3) (21/29) Installing py3-urllib3 (1.26.12-r1) (22/29) Installing py3-requests (2.28.1-r2) (23/29) Installing py3-requests-file (1.5.1-r4) (24/29) Installing py3-requests-toolbelt (0.10.1-r1) (25/29) Installing py3-tz (2022.6-r1) (26/29) Installing py3-parsing (3.0.9-r1) (27/29) Installing py3-packaging (21.3-r3) (28/29) Installing py3-setuptools (65.6.0-r1) (29/29) Installing .makedepends-py3-softlayer-zeep (20221124.035846) Executing busybox-1.35.0-r29.trigger OK: 355 MiB in 125 packages >>> py3-softlayer-zeep: Cleaning up srcdir >>> py3-softlayer-zeep: Cleaning up pkgdir >>> py3-softlayer-zeep: Fetching https://distfiles.alpinelinux.org/distfiles/edge/softlayer-zeep-5.0.0.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 160k 100 160k 0 0 249k 0 --:--:-- --:--:-- --:--:-- 264k >>> py3-softlayer-zeep: Fetching https://distfiles.alpinelinux.org/distfiles/edge/softlayer-zeep-5.0.0.tar.gz >>> py3-softlayer-zeep: Checking sha512sums... softlayer-zeep-5.0.0.tar.gz: OK >>> py3-softlayer-zeep: Unpacking /var/cache/distfiles/softlayer-zeep-5.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/zeep copying src/zeep/plugins.py -> build/lib/zeep copying src/zeep/wsa.py -> build/lib/zeep copying src/zeep/ns.py -> build/lib/zeep copying src/zeep/client.py -> build/lib/zeep copying src/zeep/__init__.py -> build/lib/zeep copying src/zeep/helpers.py -> build/lib/zeep copying src/zeep/exceptions.py -> build/lib/zeep copying src/zeep/__main__.py -> build/lib/zeep copying src/zeep/cache.py -> build/lib/zeep copying src/zeep/loader.py -> build/lib/zeep copying src/zeep/utils.py -> build/lib/zeep copying src/zeep/transports.py -> build/lib/zeep copying src/zeep/settings.py -> build/lib/zeep copying src/zeep/proxy.py -> build/lib/zeep running egg_info writing src/softlayer_zeep.egg-info/PKG-INFO writing dependency_links to src/softlayer_zeep.egg-info/dependency_links.txt writing requirements to src/softlayer_zeep.egg-info/requires.txt writing top-level names to src/softlayer_zeep.egg-info/top_level.txt reading manifest file 'src/softlayer_zeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/softlayer_zeep.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl' 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 'zeep.wsdl' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl.bindings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.bindings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl.bindings' 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 'zeep.wsdl.bindings' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl.messages' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.messages' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl.messages' 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 'zeep.wsdl.messages' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsse' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsse' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsse' 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 'zeep.wsse' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd' 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 'zeep.xsd' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd.elements' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.elements' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd.elements' 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 'zeep.xsd.elements' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd.types' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.types' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd.types' 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 'zeep.xsd.types' 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) copying src/zeep/py.typed -> build/lib/zeep creating build/lib/zeep/wsdl copying src/zeep/wsdl/__init__.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/attachments.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/definitions.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/parse.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/utils.py -> build/lib/zeep/wsdl copying src/zeep/wsdl/wsdl.py -> build/lib/zeep/wsdl creating build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/__init__.py -> build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/http.py -> build/lib/zeep/wsdl/bindings copying src/zeep/wsdl/bindings/soap.py -> build/lib/zeep/wsdl/bindings creating build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/__init__.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/base.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/http.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/mime.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/multiref.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/soap.py -> build/lib/zeep/wsdl/messages copying src/zeep/wsdl/messages/xop.py -> build/lib/zeep/wsdl/messages creating build/lib/zeep/wsse copying src/zeep/wsse/__init__.py -> build/lib/zeep/wsse copying src/zeep/wsse/compose.py -> build/lib/zeep/wsse copying src/zeep/wsse/signature.py -> build/lib/zeep/wsse copying src/zeep/wsse/username.py -> build/lib/zeep/wsse copying src/zeep/wsse/utils.py -> build/lib/zeep/wsse creating build/lib/zeep/xsd copying src/zeep/xsd/__init__.py -> build/lib/zeep/xsd copying src/zeep/xsd/const.py -> build/lib/zeep/xsd copying src/zeep/xsd/context.py -> build/lib/zeep/xsd copying src/zeep/xsd/printer.py -> build/lib/zeep/xsd copying src/zeep/xsd/schema.py -> build/lib/zeep/xsd copying src/zeep/xsd/utils.py -> build/lib/zeep/xsd copying src/zeep/xsd/valueobjects.py -> build/lib/zeep/xsd copying src/zeep/xsd/visitor.py -> build/lib/zeep/xsd creating build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/__init__.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/any.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/attribute.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/base.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/builtins.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/element.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/indicators.py -> build/lib/zeep/xsd/elements copying src/zeep/xsd/elements/references.py -> build/lib/zeep/xsd/elements creating build/lib/zeep/xsd/types copying src/zeep/xsd/types/__init__.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/any.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/base.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/builtins.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/collection.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/complex.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/simple.py -> build/lib/zeep/xsd/types copying src/zeep/xsd/types/unresolved.py -> build/lib/zeep/xsd/types >>> py3-softlayer-zeep: Entering fakeroot... running install /usr/lib/python3.11/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 src/softlayer_zeep.egg-info/PKG-INFO writing dependency_links to src/softlayer_zeep.egg-info/dependency_links.txt writing requirements to src/softlayer_zeep.egg-info/requires.txt writing top-level names to src/softlayer_zeep.egg-info/top_level.txt reading manifest file 'src/softlayer_zeep.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/softlayer_zeep.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl' 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 'zeep.wsdl' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl.bindings' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.bindings' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl.bindings' 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 'zeep.wsdl.bindings' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsdl.messages' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.messages' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsdl.messages' 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 'zeep.wsdl.messages' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.wsse' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsse' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.wsse' 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 'zeep.wsse' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd' 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 'zeep.xsd' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd.elements' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.elements' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd.elements' 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 'zeep.xsd.elements' 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) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'zeep.xsd.types' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.types' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'zeep.xsd.types' 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 'zeep.xsd.types' 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-softlayer-zeep/pkg creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/plugins.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/schema.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/any.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/complex.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/collection.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/simple.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/unresolved.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/base.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/types/builtins.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types copying build/lib/zeep/xsd/printer.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/context.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/valueobjects.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/any.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/references.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/indicators.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/base.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/builtins.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/attribute.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/elements/element.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements copying build/lib/zeep/xsd/utils.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/const.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/xsd/visitor.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd copying build/lib/zeep/wsa.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/ns.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/client.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/helpers.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/exceptions.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/__main__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/cache.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/loader.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/py.typed -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/utils.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/transports.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep copying build/lib/zeep/settings.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/signature.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/username.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/utils.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/wsse/compose.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse copying build/lib/zeep/proxy.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/parse.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/definitions.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl copying build/lib/zeep/wsdl/utils.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/soap.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/base.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/http.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/xop.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/mime.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/messages/multiref.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages copying build/lib/zeep/wsdl/wsdl.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl creating /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/soap.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/__init__.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/bindings/http.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings copying build/lib/zeep/wsdl/attachments.py -> /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/plugins.py to plugins.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/schema.py to schema.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/any.py to any.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/complex.py to complex.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/collection.py to collection.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/unresolved.py to unresolved.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/builtins.py to builtins.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/printer.py to printer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/context.py to context.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/valueobjects.py to valueobjects.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/any.py to any.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/references.py to references.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/indicators.py to indicators.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/builtins.py to builtins.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/attribute.py to attribute.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/element.py to element.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/const.py to const.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/visitor.py to visitor.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsa.py to wsa.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/ns.py to ns.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/helpers.py to helpers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/cache.py to cache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/loader.py to loader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/transports.py to transports.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/settings.py to settings.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/signature.py to signature.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/username.py to username.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/compose.py to compose.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/proxy.py to proxy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/parse.py to parse.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/definitions.py to definitions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/soap.py to soap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/xop.py to xop.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/mime.py to mime.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/multiref.py to multiref.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/wsdl.py to wsdl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings/soap.py to soap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings/http.py to http.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/attachments.py to attachments.cpython-311.pyc running install_egg_info Copying src/softlayer_zeep.egg-info to /home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/softlayer_zeep-5.0.0-py3.11.egg-info running install_scripts >>> py3-softlayer-zeep*: Running postcheck for py3-softlayer-zeep >>> py3-softlayer-zeep*: Preparing package py3-softlayer-zeep... >>> py3-softlayer-zeep*: Tracing dependencies... >>> py3-softlayer-zeep*: Package size: 1.2 MB >>> py3-softlayer-zeep*: Compressing data... >>> py3-softlayer-zeep*: Create checksum... >>> py3-softlayer-zeep*: Create py3-softlayer-zeep-5.0.0-r1.apk >>> py3-softlayer-zeep: Build complete at Thu, 24 Nov 2022 03:58:55 +0000 elapsed time 0h 0m 13s >>> py3-softlayer-zeep: Cleaning up srcdir >>> py3-softlayer-zeep: Cleaning up pkgdir >>> py3-softlayer-zeep: Uninstalling dependencies... (1/29) Purging .makedepends-py3-softlayer-zeep (20221124.035846) (2/29) Purging py3-attrs (22.1.0-r1) (3/29) Purging py3-isodate (0.6.1-r2) (4/29) Purging py3-lxml (4.9.1-r1) (5/29) Purging py3-platformdirs (2.5.4-r1) (6/29) Purging py3-requests-file (1.5.1-r4) (7/29) Purging py3-six (1.16.0-r4) (8/29) Purging py3-requests-toolbelt (0.10.1-r1) (9/29) Purging py3-requests (2.28.1-r2) (10/29) Purging py3-certifi (2022.9.24-r1) (11/29) Purging py3-charset-normalizer (3.0.1-r1) (12/29) Purging py3-idna (3.4-r3) (13/29) Purging py3-urllib3 (1.26.12-r1) (14/29) Purging py3-tz (2022.6-r1) (15/29) Purging py3-setuptools (65.6.0-r1) (16/29) Purging py3-packaging (21.3-r3) (17/29) Purging py3-parsing (3.0.9-r1) (18/29) Purging python3 (3.11.0-r2) (19/29) Purging libbz2 (1.0.8-r4) (20/29) Purging libffi (3.4.4-r0) (21/29) Purging gdbm (1.23-r0) (22/29) Purging libxslt (1.1.37-r0) (23/29) Purging libxml2 (2.10.3-r2) (24/29) Purging xz-libs (5.2.8-r0) (25/29) Purging mpdecimal (2.5.1-r1) (26/29) Purging readline (8.2.0-r0) (27/29) Purging sqlite-libs (3.40.0-r0) (28/29) Purging libgcrypt (1.10.1-r0) (29/29) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-softlayer-zeep: Updating the community/riscv64 repository index... >>> py3-softlayer-zeep: Signing the index...