>>> py3-saml2: Building community/py3-saml2 7.1.2-r2 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 00:05:34 +0000 >>> py3-saml2: Checking sanity of /home/buildozer/aports/community/py3-saml2/APKBUILD... >>> WARNING: py3-saml2: No maintainer >>> py3-saml2: Analyzing dependencies... >>> py3-saml2: Installing for build: build-base python3 py3-cryptography py3-defusedxml py3-openssl py3-dateutil py3-tz py3-requests py3-six xmlsec py3-setuptools (1/31) Installing libbz2 (1.0.8-r4) (2/31) Installing libffi (3.4.4-r0) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.8-r0) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.2.0-r0) (7/31) Installing sqlite-libs (3.40.0-r0) (8/31) Installing python3 (3.11.0-r2) (9/31) Installing py3-cparser (2.21-r1) (10/31) Installing py3-cffi (1.15.1-r1) (11/31) Installing py3-cryptography (38.0.3-r1) (12/31) Installing py3-defusedxml (0.7.1-r3) (13/31) Installing py3-openssl (22.1.0-r2) (14/31) Installing py3-six (1.16.0-r4) (15/31) Installing py3-dateutil (2.8.2-r2) (16/31) Installing py3-tz (2022.6-r1) (17/31) Installing py3-certifi (2022.9.24-r1) (18/31) Installing py3-charset-normalizer (3.0.1-r1) (19/31) Installing py3-idna (3.4-r3) (20/31) Installing py3-urllib3 (1.26.12-r1) (21/31) Installing py3-requests (2.28.1-r2) (22/31) Installing libltdl (2.4.7-r0) (23/31) Installing libxml2 (2.10.3-r2) (24/31) Installing libgpg-error (1.46-r1) (25/31) Installing libgcrypt (1.10.1-r0) (26/31) Installing libxslt (1.1.37-r0) (27/31) Installing xmlsec (1.2.36-r0) (28/31) Installing py3-parsing (3.0.9-r1) (29/31) Installing py3-packaging (21.3-r3) (30/31) Installing py3-setuptools (65.6.0-r1) (31/31) Installing .makedepends-py3-saml2 (20221124.000537) Executing busybox-1.35.0-r29.trigger OK: 359 MiB in 127 packages >>> py3-saml2: Cleaning up srcdir >>> py3-saml2: Cleaning up pkgdir >>> py3-saml2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-saml2-7.1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5876k 100 5876k 0 0 6697k 0 --:--:-- --:--:-- --:--:-- 6945k >>> py3-saml2: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-saml2-7.1.2.tar.gz >>> py3-saml2: Checking sha512sums... py3-saml2-7.1.2.tar.gz: OK >>> py3-saml2: Unpacking /var/cache/distfiles/py3-saml2-7.1.2.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'maintainer-email' will not be supported in future versions. Please use the underscore name 'maintainer_email' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'long-description' will not be supported in future versions. Please use the underscore name 'long_description' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/saml2 copying src/saml2/mdie.py -> build/lib/saml2 copying src/saml2/pack.py -> build/lib/saml2 copying src/saml2/cert.py -> build/lib/saml2 copying src/saml2/sdb.py -> build/lib/saml2 copying src/saml2/request.py -> build/lib/saml2 copying src/saml2/response.py -> build/lib/saml2 copying src/saml2/population.py -> build/lib/saml2 copying src/saml2/attribute_resolver.py -> build/lib/saml2 copying src/saml2/metadata.py -> build/lib/saml2 copying src/saml2/client.py -> build/lib/saml2 copying src/saml2/soap.py -> build/lib/saml2 copying src/saml2/time_util.py -> build/lib/saml2 copying src/saml2/__init__.py -> build/lib/saml2 copying src/saml2/httputil.py -> build/lib/saml2 copying src/saml2/assertion.py -> build/lib/saml2 copying src/saml2/discovery.py -> build/lib/saml2 copying src/saml2/ecp.py -> build/lib/saml2 copying src/saml2/eptid.py -> build/lib/saml2 copying src/saml2/argtree.py -> build/lib/saml2 copying src/saml2/validate.py -> build/lib/saml2 copying src/saml2/mdstore.py -> build/lib/saml2 copying src/saml2/mongo_store.py -> build/lib/saml2 copying src/saml2/client_base.py -> build/lib/saml2 copying src/saml2/sigver.py -> build/lib/saml2 copying src/saml2/cache.py -> build/lib/saml2 copying src/saml2/samlp.py -> build/lib/saml2 copying src/saml2/mcache.py -> build/lib/saml2 copying src/saml2/s_utils.py -> build/lib/saml2 copying src/saml2/entity.py -> build/lib/saml2 copying src/saml2/md.py -> build/lib/saml2 copying src/saml2/ident.py -> build/lib/saml2 copying src/saml2/filter.py -> build/lib/saml2 copying src/saml2/country_codes.py -> build/lib/saml2 copying src/saml2/ecp_client.py -> build/lib/saml2 copying src/saml2/server.py -> build/lib/saml2 copying src/saml2/version.py -> build/lib/saml2 copying src/saml2/config.py -> build/lib/saml2 copying src/saml2/virtual_org.py -> build/lib/saml2 copying src/saml2/attribute_converter.py -> build/lib/saml2 copying src/saml2/algsupport.py -> build/lib/saml2 copying src/saml2/httpbase.py -> build/lib/saml2 copying src/saml2/saml.py -> build/lib/saml2 copying src/saml2/authn.py -> build/lib/saml2 copying src/saml2/mdbcache.py -> build/lib/saml2 creating build/lib/saml2/profile copying src/saml2/profile/paos.py -> build/lib/saml2/profile copying src/saml2/profile/__init__.py -> build/lib/saml2/profile copying src/saml2/profile/ecp.py -> build/lib/saml2/profile copying src/saml2/profile/samlec.py -> build/lib/saml2/profile creating build/lib/saml2/extension copying src/saml2/extension/mdrpi.py -> build/lib/saml2/extension copying src/saml2/extension/__init__.py -> build/lib/saml2/extension copying src/saml2/extension/shibmd.py -> build/lib/saml2/extension copying src/saml2/extension/mdattr.py -> build/lib/saml2/extension copying src/saml2/extension/idpdisc.py -> build/lib/saml2/extension copying src/saml2/extension/requested_attributes.py -> build/lib/saml2/extension copying src/saml2/extension/dri.py -> build/lib/saml2/extension copying src/saml2/extension/algsupport.py -> build/lib/saml2/extension copying src/saml2/extension/mdui.py -> build/lib/saml2/extension copying src/saml2/extension/reqinit.py -> build/lib/saml2/extension copying src/saml2/extension/sp_type.py -> build/lib/saml2/extension copying src/saml2/extension/pefim.py -> build/lib/saml2/extension creating build/lib/saml2/authn_context copying src/saml2/authn_context/ippword.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/mobiletwofactor.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/ppt.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/__init__.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/sslcert.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/timesync.py -> build/lib/saml2/authn_context copying src/saml2/authn_context/pword.py -> build/lib/saml2/authn_context creating build/lib/saml2/cryptography copying src/saml2/cryptography/__init__.py -> build/lib/saml2/cryptography copying src/saml2/cryptography/errors.py -> build/lib/saml2/cryptography copying src/saml2/cryptography/pki.py -> build/lib/saml2/cryptography copying src/saml2/cryptography/symmetric.py -> build/lib/saml2/cryptography copying src/saml2/cryptography/asymmetric.py -> build/lib/saml2/cryptography creating build/lib/saml2/entity_category copying src/saml2/entity_category/incommon.py -> build/lib/saml2/entity_category copying src/saml2/entity_category/at_egov_pvp2.py -> build/lib/saml2/entity_category copying src/saml2/entity_category/swamid.py -> build/lib/saml2/entity_category copying src/saml2/entity_category/__init__.py -> build/lib/saml2/entity_category copying src/saml2/entity_category/refeds.py -> build/lib/saml2/entity_category copying src/saml2/entity_category/edugain.py -> build/lib/saml2/entity_category creating build/lib/saml2/xmldsig copying src/saml2/xmldsig/__init__.py -> build/lib/saml2/xmldsig creating build/lib/saml2/userinfo copying src/saml2/userinfo/ldapinfo.py -> build/lib/saml2/userinfo copying src/saml2/userinfo/__init__.py -> build/lib/saml2/userinfo creating build/lib/saml2/s2repoze copying src/saml2/s2repoze/__init__.py -> build/lib/saml2/s2repoze creating build/lib/saml2/xmlenc copying src/saml2/xmlenc/__init__.py -> build/lib/saml2/xmlenc creating build/lib/saml2/attributemaps copying src/saml2/attributemaps/basic.py -> build/lib/saml2/attributemaps copying src/saml2/attributemaps/adfs_v20.py -> build/lib/saml2/attributemaps copying src/saml2/attributemaps/__init__.py -> build/lib/saml2/attributemaps copying src/saml2/attributemaps/saml_uri.py -> build/lib/saml2/attributemaps copying src/saml2/attributemaps/shibboleth_uri.py -> build/lib/saml2/attributemaps copying src/saml2/attributemaps/adfs_v1x.py -> build/lib/saml2/attributemaps creating build/lib/saml2/data copying src/saml2/data/__init__.py -> build/lib/saml2/data creating build/lib/saml2/xml copying src/saml2/xml/__init__.py -> build/lib/saml2/xml creating build/lib/saml2/ws copying src/saml2/ws/wsutil.py -> build/lib/saml2/ws copying src/saml2/ws/__init__.py -> build/lib/saml2/ws copying src/saml2/ws/wssec.py -> build/lib/saml2/ws copying src/saml2/ws/wstrust.py -> build/lib/saml2/ws copying src/saml2/ws/wsaddr.py -> build/lib/saml2/ws copying src/saml2/ws/wspol.py -> build/lib/saml2/ws creating build/lib/saml2/schema copying src/saml2/schema/soap.py -> build/lib/saml2/schema copying src/saml2/schema/__init__.py -> build/lib/saml2/schema copying src/saml2/schema/soapenv.py -> build/lib/saml2/schema copying src/saml2/schema/wsdl.py -> build/lib/saml2/schema creating build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/ini.py -> build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/entitlement.py -> build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/formswithhidden.py -> build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/challenge_decider.py -> build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/__init__.py -> build/lib/saml2/s2repoze/plugins copying src/saml2/s2repoze/plugins/sp.py -> build/lib/saml2/s2repoze/plugins creating build/lib/saml2/data/templates copying src/saml2/data/templates/__init__.py -> build/lib/saml2/data/templates creating build/lib/saml2/data/schemas copying src/saml2/data/schemas/__init__.py -> build/lib/saml2/data/schemas creating build/lib/saml2/xml/schema copying src/saml2/xml/schema/__init__.py -> build/lib/saml2/xml/schema running egg_info creating src/pysaml2.egg-info writing src/pysaml2.egg-info/PKG-INFO writing dependency_links to src/pysaml2.egg-info/dependency_links.txt writing requirements to src/pysaml2.egg-info/requires.txt writing top-level names to src/pysaml2.egg-info/top_level.txt writing manifest file 'src/pysaml2.egg-info/SOURCES.txt' reading manifest file 'src/pysaml2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'tests' no previously-included directories found matching 'example' no previously-included directories found matching '.github' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.egg-info' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/pysaml2.egg-info/SOURCES.txt' copying src/saml2/data/templates/template_enc.xml -> build/lib/saml2/data/templates copying src/saml2/data/schemas/envelope.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-assertion-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-auth-telephony-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-ip-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-ippword-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-kerberos-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-nomad-telephony-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-personal-telephony-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-pgp-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-ppt-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-pword-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-session-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-smartcard-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-smartcardpki-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-softwarepki-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-spki-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-srp-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-sslcert-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-telephony-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-timesync-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-types-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-x509-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-authn-context-xmldsig-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-dce-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-ecp-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-metadata-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-protocol-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-x500-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-schema-xacml-2.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/saml-subject-id-attr-v1.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/sstc-metadata-attr.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/sstc-req-attr-ext.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/sstc-saml-attribute-ext.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/sstc-saml-metadata-ui-v1.0.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/xenc-schema.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/xml.xsd -> build/lib/saml2/data/schemas copying src/saml2/data/schemas/xmldsig-core-schema.xsd -> build/lib/saml2/data/schemas running build_scripts creating build/scripts-3.11 copying and adjusting tools/make_metadata.py -> build/scripts-3.11 copying and adjusting tools/mdexport.py -> build/scripts-3.11 copying and adjusting tools/merge_metadata.py -> build/scripts-3.11 copying and adjusting tools/parse_xsd2.py -> build/scripts-3.11 changing mode of build/scripts-3.11/make_metadata.py from 644 to 755 changing mode of build/scripts-3.11/mdexport.py from 644 to 755 changing mode of build/scripts-3.11/merge_metadata.py from 644 to 755 changing mode of build/scripts-3.11/parse_xsd2.py from 644 to 755 >>> py3-saml2: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'maintainer-email' will not be supported in future versions. Please use the underscore name 'maintainer_email' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'long-description' will not be supported in future versions. Please use the underscore name 'long_description' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead warnings.warn( /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) 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/pysaml2.egg-info/PKG-INFO writing dependency_links to src/pysaml2.egg-info/dependency_links.txt writing requirements to src/pysaml2.egg-info/requires.txt writing top-level names to src/pysaml2.egg-info/top_level.txt reading manifest file 'src/pysaml2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'tests' no previously-included directories found matching 'example' no previously-included directories found matching '.github' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.egg-info' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'src/pysaml2.egg-info/SOURCES.txt' running build_scripts running install_lib creating /home/buildozer/aports/community/py3-saml2/pkg creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/mdie.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile copying build/lib/saml2/profile/paos.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile copying build/lib/saml2/profile/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile copying build/lib/saml2/profile/ecp.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile copying build/lib/saml2/profile/samlec.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile copying build/lib/saml2/pack.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/cert.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/mdrpi.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/shibmd.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/mdattr.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/idpdisc.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/requested_attributes.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/dri.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/algsupport.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/mdui.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/reqinit.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/sp_type.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/extension/pefim.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension copying build/lib/saml2/sdb.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/request.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/ippword.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/mobiletwofactor.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/ppt.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/sslcert.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/timesync.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/authn_context/pword.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context copying build/lib/saml2/response.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/cryptography/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/cryptography/errors.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/cryptography/pki.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/cryptography/symmetric.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/cryptography/asymmetric.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography copying build/lib/saml2/population.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/attribute_resolver.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/incommon.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/at_egov_pvp2.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/swamid.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/refeds.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category copying build/lib/saml2/entity_category/edugain.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmldsig copying build/lib/saml2/xmldsig/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmldsig copying build/lib/saml2/metadata.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/client.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/soap.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/time_util.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/httputil.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/assertion.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/discovery.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/userinfo copying build/lib/saml2/userinfo/ldapinfo.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/userinfo copying build/lib/saml2/userinfo/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/userinfo copying build/lib/saml2/ecp.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze copying build/lib/saml2/s2repoze/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/ini.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/entitlement.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/formswithhidden.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/challenge_decider.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/s2repoze/plugins/sp.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins copying build/lib/saml2/eptid.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/argtree.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/validate.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/mdstore.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/mongo_store.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/client_base.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/sigver.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/cache.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/samlp.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/mcache.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/s_utils.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/entity.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/md.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmlenc copying build/lib/saml2/xmlenc/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmlenc copying build/lib/saml2/ident.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/filter.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/country_codes.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/ecp_client.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/basic.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/adfs_v20.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/saml_uri.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/shibboleth_uri.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps copying build/lib/saml2/attributemaps/adfs_v1x.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/templates copying build/lib/saml2/data/templates/template_enc.xml -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/templates copying build/lib/saml2/data/templates/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/templates creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-x509-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-protocol-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-timesync-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-types-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-dce-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-smartcardpki-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-session-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-pgp-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-personal-telephony-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/xml.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-telephony-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-softwarepki-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/sstc-req-attr-ext.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-auth-telephony-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-x500-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-srp-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-ippword-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-mobiletwofactor-reg-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/xenc-schema.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-metadata-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-subject-id-attr-v1.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/sstc-metadata-attr.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-xmldsig-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/envelope.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-spki-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-ecp-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/sstc-saml-attribute-ext.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-assertion-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/sstc-saml-metadata-ui-v1.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-ip-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-mobiletwofactor-unreg-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-kerberos-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-xacml-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-pword-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/xmldsig-core-schema.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-ppt-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-sslcert-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-smartcard-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/schemas/saml-schema-authn-context-nomad-telephony-2.0.xsd -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas copying build/lib/saml2/data/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data copying build/lib/saml2/server.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/version.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml copying build/lib/saml2/xml/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml/schema copying build/lib/saml2/xml/schema/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml/schema creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/wsutil.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/wssec.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/wstrust.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/wsaddr.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/ws/wspol.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws copying build/lib/saml2/config.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/virtual_org.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/attribute_converter.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/algsupport.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema copying build/lib/saml2/schema/soap.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema copying build/lib/saml2/schema/__init__.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema copying build/lib/saml2/schema/soapenv.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema copying build/lib/saml2/schema/wsdl.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema copying build/lib/saml2/httpbase.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/saml.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/authn.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 copying build/lib/saml2/mdbcache.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2 byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/mdie.py to mdie.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile/paos.py to paos.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile/ecp.py to ecp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/profile/samlec.py to samlec.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/pack.py to pack.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cert.py to cert.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/mdrpi.py to mdrpi.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/shibmd.py to shibmd.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/mdattr.py to mdattr.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/idpdisc.py to idpdisc.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/requested_attributes.py to requested_attributes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/dri.py to dri.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/algsupport.py to algsupport.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/mdui.py to mdui.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/reqinit.py to reqinit.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/sp_type.py to sp_type.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/extension/pefim.py to pefim.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/sdb.py to sdb.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/request.py to request.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/ippword.py to ippword.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/mobiletwofactor.py to mobiletwofactor.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/ppt.py to ppt.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/sslcert.py to sslcert.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/timesync.py to timesync.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn_context/pword.py to pword.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/response.py to response.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography/pki.py to pki.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography/symmetric.py to symmetric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cryptography/asymmetric.py to asymmetric.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/population.py to population.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attribute_resolver.py to attribute_resolver.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/incommon.py to incommon.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/at_egov_pvp2.py to at_egov_pvp2.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/swamid.py to swamid.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/refeds.py to refeds.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity_category/edugain.py to edugain.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmldsig/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/metadata.py to metadata.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/soap.py to soap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/time_util.py to time_util.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/httputil.py to httputil.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/assertion.py to assertion.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/discovery.py to discovery.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/userinfo/ldapinfo.py to ldapinfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/userinfo/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ecp.py to ecp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/ini.py to ini.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/entitlement.py to entitlement.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/formswithhidden.py to formswithhidden.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/challenge_decider.py to challenge_decider.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s2repoze/plugins/sp.py to sp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/eptid.py to eptid.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/argtree.py to argtree.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/validate.py to validate.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/mdstore.py to mdstore.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/mongo_store.py to mongo_store.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/client_base.py to client_base.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/sigver.py to sigver.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/cache.py to cache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/samlp.py to samlp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/mcache.py to mcache.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/s_utils.py to s_utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/entity.py to entity.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/md.py to md.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xmlenc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ident.py to ident.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/filter.py to filter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/country_codes.py to country_codes.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ecp_client.py to ecp_client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/basic.py to basic.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/adfs_v20.py to adfs_v20.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/saml_uri.py to saml_uri.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/shibboleth_uri.py to shibboleth_uri.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attributemaps/adfs_v1x.py to adfs_v1x.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/templates/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/schemas/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/data/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/server.py to server.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/xml/schema/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/wsutil.py to wsutil.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/wssec.py to wssec.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/wstrust.py to wstrust.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/wsaddr.py to wsaddr.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/ws/wspol.py to wspol.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/config.py to config.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/virtual_org.py to virtual_org.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/attribute_converter.py to attribute_converter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/algsupport.py to algsupport.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema/soap.py to soap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema/soapenv.py to soapenv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/schema/wsdl.py to wsdl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/httpbase.py to httpbase.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/saml.py to saml.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/authn.py to authn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/saml2/mdbcache.py to mdbcache.cpython-311.pyc running install_egg_info Copying src/pysaml2.egg-info to /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/lib/python3.11/site-packages/pysaml2-7.1.2-py3.11.egg-info running install_scripts creating /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin copying build/scripts-3.11/make_metadata.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin copying build/scripts-3.11/parse_xsd2.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin copying build/scripts-3.11/mdexport.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin copying build/scripts-3.11/merge_metadata.py -> /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin changing mode of /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin/make_metadata.py to 755 changing mode of /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin/parse_xsd2.py to 755 changing mode of /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin/mdexport.py to 755 changing mode of /home/buildozer/aports/community/py3-saml2/pkg/py3-saml2/usr/bin/merge_metadata.py to 755 >>> py3-saml2*: Running postcheck for py3-saml2 >>> py3-saml2*: Preparing package py3-saml2... >>> py3-saml2*: Tracing dependencies... >>> py3-saml2*: Package size: 5.2 MB >>> py3-saml2*: Compressing data... >>> py3-saml2*: Create checksum... >>> py3-saml2*: Create py3-saml2-7.1.2-r2.apk >>> py3-saml2: Build complete at Thu, 24 Nov 2022 00:05:50 +0000 elapsed time 0h 0m 16s >>> py3-saml2: Cleaning up srcdir >>> py3-saml2: Cleaning up pkgdir >>> py3-saml2: Uninstalling dependencies... (1/31) Purging .makedepends-py3-saml2 (20221124.000537) (2/31) Purging py3-defusedxml (0.7.1-r3) (3/31) Purging py3-openssl (22.1.0-r2) (4/31) Purging py3-cryptography (38.0.3-r1) (5/31) Purging py3-cffi (1.15.1-r1) (6/31) Purging py3-cparser (2.21-r1) (7/31) Purging py3-dateutil (2.8.2-r2) (8/31) Purging py3-tz (2022.6-r1) (9/31) Purging py3-requests (2.28.1-r2) (10/31) Purging py3-certifi (2022.9.24-r1) (11/31) Purging py3-charset-normalizer (3.0.1-r1) (12/31) Purging py3-idna (3.4-r3) (13/31) Purging py3-urllib3 (1.26.12-r1) (14/31) Purging py3-six (1.16.0-r4) (15/31) Purging xmlsec (1.2.36-r0) (16/31) Purging py3-setuptools (65.6.0-r1) (17/31) Purging py3-packaging (21.3-r3) (18/31) Purging py3-parsing (3.0.9-r1) (19/31) Purging python3 (3.11.0-r2) (20/31) Purging libbz2 (1.0.8-r4) (21/31) Purging libffi (3.4.4-r0) (22/31) Purging gdbm (1.23-r0) (23/31) Purging libxslt (1.1.37-r0) (24/31) Purging libxml2 (2.10.3-r2) (25/31) Purging xz-libs (5.2.8-r0) (26/31) Purging mpdecimal (2.5.1-r1) (27/31) Purging readline (8.2.0-r0) (28/31) Purging sqlite-libs (3.40.0-r0) (29/31) Purging libltdl (2.4.7-r0) (30/31) Purging libgcrypt (1.10.1-r0) (31/31) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r29.trigger OK: 271 MiB in 96 packages >>> py3-saml2: Updating the community/riscv64 repository index... >>> py3-saml2: Signing the index...