>>> py3-softlayer-zeep: Building community/py3-softlayer-zeep 5.0.0-r2 (using abuild 3.11.0_rc13-r0) started Sun, 30 Apr 2023 12:44:05 +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/46) Installing libbz2 (1.0.8-r5) (2/46) Installing gdbm (1.23-r1) (3/46) Installing mpdecimal (2.5.1-r2) (4/46) Installing libpanelw (6.4_p20230424-r0) (5/46) Installing readline (8.2.1-r1) (6/46) Installing sqlite-libs (3.41.2-r2) (7/46) Installing python3 (3.11.3-r10) (8/46) Installing python3-pycache-pyc0 (3.11.3-r10) (9/46) Installing pyc (0.1-r0) (10/46) Installing py3-attrs-pyc (23.1.0-r1) (11/46) Installing python3-pyc (3.11.3-r10) (12/46) Installing py3-attrs (23.1.0-r1) (13/46) Installing py3-six (1.16.0-r6) (14/46) Installing py3-six-pyc (1.16.0-r6) (15/46) Installing py3-isodate (0.6.1-r4) (16/46) Installing py3-isodate-pyc (0.6.1-r4) (17/46) Installing libgpg-error (1.47-r1) (18/46) Installing libgcrypt (1.10.2-r1) (19/46) Installing libxslt (1.1.37-r4) (20/46) Installing py3-lxml (4.9.2-r4) (21/46) Installing py3-lxml-pyc (4.9.2-r4) (22/46) Installing py3-platformdirs (3.5.0-r0) (23/46) Installing py3-platformdirs-pyc (3.5.0-r0) (24/46) Installing py3-certifi (2022.12.7-r2) (25/46) Installing py3-certifi-pyc (2022.12.7-r2) (26/46) Installing py3-charset-normalizer (3.1.0-r1) (27/46) Installing py3-charset-normalizer-pyc (3.1.0-r1) (28/46) Installing py3-idna (3.4-r4) (29/46) Installing py3-idna-pyc (3.4-r4) (30/46) Installing py3-urllib3 (1.26.15-r1) (31/46) Installing py3-urllib3-pyc (1.26.15-r1) (32/46) Installing py3-requests (2.29.0-r0) (33/46) Installing py3-requests-pyc (2.29.0-r0) (34/46) Installing py3-requests-file (1.5.1-r5) (35/46) Installing py3-requests-file-pyc (1.5.1-r5) (36/46) Installing py3-requests-toolbelt (0.10.1-r2) (37/46) Installing py3-requests-toolbelt-pyc (0.10.1-r2) (38/46) Installing py3-tz (2023.3-r1) (39/46) Installing py3-tz-pyc (2023.3-r1) (40/46) Installing py3-parsing (3.0.9-r2) (41/46) Installing py3-parsing-pyc (3.0.9-r2) (42/46) Installing py3-packaging (23.1-r1) (43/46) Installing py3-packaging-pyc (23.1-r1) (44/46) Installing py3-setuptools (67.7.2-r0) (45/46) Installing py3-setuptools-pyc (67.7.2-r0) (46/46) Installing .makedepends-py3-softlayer-zeep (20230430.124409) Executing busybox-1.36.0-r8.trigger OK: 1026 MiB in 149 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 >>> 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:201: _Warning: Package 'zeep.wsdl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl' to be distributed and are already explicitly excluding 'zeep.wsdl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.wsdl.bindings' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.bindings' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl.bindings' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl.bindings' to be distributed and are already explicitly excluding 'zeep.wsdl.bindings' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.wsdl.messages' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsdl.messages' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsdl.messages' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsdl.messages' to be distributed and are already explicitly excluding 'zeep.wsdl.messages' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.wsse' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.wsse' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.wsse' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.wsse' to be distributed and are already explicitly excluding 'zeep.wsse' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.xsd' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd' to be distributed and are already explicitly excluding 'zeep.xsd' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.xsd.elements' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.elements' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd.elements' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd.elements' to be distributed and are already explicitly excluding 'zeep.xsd.elements' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zeep.xsd.types' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'zeep.xsd.types' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'zeep.xsd.types' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'zeep.xsd.types' to be distributed and are already explicitly excluding 'zeep.xsd.types' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! 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/_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-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 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' 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-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/xsd/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/types/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/xsd/types/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/xsd/elements/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/xsd/elements/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsse/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/wsse/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/wsdl/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/messages/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/wsdl/messages/__pycache__' '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep/usr/lib/python3.11/site-packages/zeep/wsdl/bindings/__pycache__' -> '/home/buildozer/aports/community/py3-softlayer-zeep/pkg/py3-softlayer-zeep-pyc/usr/lib/python3.11/site-packages/zeep/wsdl/bindings/__pycache__' >>> py3-softlayer-zeep-pyc*: Preparing subpackage py3-softlayer-zeep-pyc... >>> py3-softlayer-zeep-pyc*: Running postcheck for py3-softlayer-zeep-pyc >>> py3-softlayer-zeep*: Running postcheck for py3-softlayer-zeep >>> py3-softlayer-zeep*: Preparing package py3-softlayer-zeep... >>> py3-softlayer-zeep-pyc*: Tracing dependencies... py3-attrs py3-isodate py3-lxml py3-platformdirs py3-requests py3-requests-file py3-requests-toolbelt py3-tz python3~3.11 >>> py3-softlayer-zeep-pyc*: Package size: 692.0 KB >>> py3-softlayer-zeep-pyc*: Compressing data... >>> py3-softlayer-zeep-pyc*: Create checksum... >>> py3-softlayer-zeep-pyc*: Create py3-softlayer-zeep-pyc-5.0.0-r2.apk >>> py3-softlayer-zeep*: Tracing dependencies... py3-attrs py3-isodate py3-lxml py3-platformdirs py3-requests py3-requests-file py3-requests-toolbelt py3-tz python3~3.11 >>> py3-softlayer-zeep*: Package size: 548.0 KB >>> py3-softlayer-zeep*: Compressing data... >>> py3-softlayer-zeep*: Create checksum... >>> py3-softlayer-zeep*: Create py3-softlayer-zeep-5.0.0-r2.apk >>> py3-softlayer-zeep: Build complete at Sun, 30 Apr 2023 12:44:19 +0000 elapsed time 0h 0m 14s >>> py3-softlayer-zeep: Cleaning up srcdir >>> py3-softlayer-zeep: Cleaning up pkgdir >>> py3-softlayer-zeep: Uninstalling dependencies... (1/46) Purging .makedepends-py3-softlayer-zeep (20230430.124409) (2/46) Purging py3-attrs-pyc (23.1.0-r1) (3/46) Purging py3-attrs (23.1.0-r1) (4/46) Purging py3-isodate-pyc (0.6.1-r4) (5/46) Purging py3-isodate (0.6.1-r4) (6/46) Purging py3-lxml-pyc (4.9.2-r4) (7/46) Purging py3-lxml (4.9.2-r4) (8/46) Purging py3-platformdirs-pyc (3.5.0-r0) (9/46) Purging py3-platformdirs (3.5.0-r0) (10/46) Purging py3-requests-file-pyc (1.5.1-r5) (11/46) Purging py3-requests-file (1.5.1-r5) (12/46) Purging py3-six-pyc (1.16.0-r6) (13/46) Purging py3-six (1.16.0-r6) (14/46) Purging py3-requests-toolbelt-pyc (0.10.1-r2) (15/46) Purging py3-requests-toolbelt (0.10.1-r2) (16/46) Purging py3-requests-pyc (2.29.0-r0) (17/46) Purging py3-requests (2.29.0-r0) (18/46) Purging py3-certifi-pyc (2022.12.7-r2) (19/46) Purging py3-certifi (2022.12.7-r2) (20/46) Purging py3-charset-normalizer-pyc (3.1.0-r1) (21/46) Purging py3-charset-normalizer (3.1.0-r1) (22/46) Purging py3-idna-pyc (3.4-r4) (23/46) Purging py3-idna (3.4-r4) (24/46) Purging py3-urllib3-pyc (1.26.15-r1) (25/46) Purging py3-urllib3 (1.26.15-r1) (26/46) Purging py3-tz-pyc (2023.3-r1) (27/46) Purging py3-tz (2023.3-r1) (28/46) Purging py3-setuptools-pyc (67.7.2-r0) (29/46) Purging py3-setuptools (67.7.2-r0) (30/46) Purging py3-packaging-pyc (23.1-r1) (31/46) Purging py3-packaging (23.1-r1) (32/46) Purging py3-parsing-pyc (3.0.9-r2) (33/46) Purging py3-parsing (3.0.9-r2) (34/46) Purging libxslt (1.1.37-r4) (35/46) Purging python3-pyc (3.11.3-r10) (36/46) Purging python3-pycache-pyc0 (3.11.3-r10) (37/46) Purging pyc (0.1-r0) (38/46) Purging python3 (3.11.3-r10) (39/46) Purging gdbm (1.23-r1) (40/46) Purging libbz2 (1.0.8-r5) (41/46) Purging libgcrypt (1.10.2-r1) (42/46) Purging libgpg-error (1.47-r1) (43/46) Purging libpanelw (6.4_p20230424-r0) (44/46) Purging mpdecimal (2.5.1-r2) (45/46) Purging readline (8.2.1-r1) (46/46) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r8.trigger OK: 966 MiB in 103 packages >>> py3-softlayer-zeep: Updating the community/riscv64 repository index... >>> py3-softlayer-zeep: Signing the index...