>>> py3-asyauth: Building testing/py3-asyauth 0.0.13-r0 (using abuild 3.10.0-r0) started Wed, 15 Mar 2023 14:43:20 +0000 >>> py3-asyauth: Checking sanity of /home/buildozer/aports/testing/py3-asyauth/APKBUILD... >>> py3-asyauth: Analyzing dependencies... >>> py3-asyauth: Installing for build: build-base py3-asn1crypto py3-asysocks py3-minikerberos py3-unicrypto python3 py3-gpep517 py3-wheel py3-setuptools (1/32) Installing libbz2 (1.0.8-r4) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.4.1-r0) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing libpanelw (6.4_p20230311-r0) (7/32) Installing readline (8.2.1-r0) (8/32) Installing sqlite-libs (3.41.1-r0) (9/32) Installing python3 (3.11.2-r0) (10/32) Installing py3-asn1crypto (1.5.1-r1) (11/32) Installing py3-asysocks (0.2.5-r0) (12/32) Installing py3-oscrypto (1.3.0-r4) (13/32) Installing py3-six (1.16.0-r5) (14/32) Installing py3-tqdm (4.64.1-r1) (15/32) Installing py3-cparser (2.21-r1) (16/32) Installing py3-cffi (1.15.1-r1) (17/32) Installing py3-cryptography (39.0.2-r0) (18/32) Installing mbedtls (2.28.2-r0) (19/32) Installing py3-certifi (2022.12.7-r1) (20/32) Installing py3-typing-extensions (4.5.0-r0) (21/32) Installing py3-mbedtls (2.6.1-r0) (22/32) Installing py3-pycryptodome (3.17.0-r0) (23/32) Installing py3-pycryptodomex (3.17.0-r0) (24/32) Installing py3-unicrypto (0.0.10-r0) (25/32) Installing py3-minikerberos (0.4.0-r0) (26/32) Installing py3-installer (0.6.0-r0) (27/32) Installing py3-gpep517 (13-r0) (28/32) Installing py3-parsing (3.0.9-r1) (29/32) Installing py3-packaging (23.0-r1) (30/32) Installing py3-wheel (0.40.0-r0) (31/32) Installing py3-setuptools (67.6.0-r0) (32/32) Installing .makedepends-py3-asyauth (20230315.144322) Executing busybox-1.36.0-r5.trigger OK: 429 MiB in 128 packages >>> py3-asyauth: Cleaning up srcdir >>> py3-asyauth: Cleaning up pkgdir >>> py3-asyauth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-asyauth-0.0.13.tar.gz >>> py3-asyauth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-asyauth-0.0.13.tar.gz >>> py3-asyauth: Checking sha512sums... py3-asyauth-0.0.13.tar.gz: OK >>> py3-asyauth: Unpacking /var/cache/distfiles/edge/py3-asyauth-0.0.13.tar.gz... 2023-03-15 14:43:23,210 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-03-15 14:43:23,214 root WARNING Warning: 'classifiers' should be a list, got type 'tuple' 2023-03-15 14:43:23,237 root INFO running bdist_wheel 2023-03-15 14:43:23,250 root INFO running build 2023-03-15 14:43:23,250 root INFO running build_py 2023-03-15 14:43:23,253 root INFO creating build 2023-03-15 14:43:23,253 root INFO creating build/lib 2023-03-15 14:43:23,253 root INFO creating build/lib/asyauth 2023-03-15 14:43:23,253 root INFO copying asyauth/__init__.py -> build/lib/asyauth 2023-03-15 14:43:23,254 root INFO copying asyauth/_version.py -> build/lib/asyauth 2023-03-15 14:43:23,254 root INFO creating build/lib/asyauth/protocols 2023-03-15 14:43:23,254 root INFO copying asyauth/protocols/__init__.py -> build/lib/asyauth/protocols 2023-03-15 14:43:23,254 root INFO creating build/lib/asyauth/utils 2023-03-15 14:43:23,254 root INFO copying asyauth/utils/__init__.py -> build/lib/asyauth/utils 2023-03-15 14:43:23,254 root INFO copying asyauth/utils/paramprocessor.py -> build/lib/asyauth/utils 2023-03-15 14:43:23,255 root INFO copying asyauth/utils/hexdump.py -> build/lib/asyauth/utils 2023-03-15 14:43:23,255 root INFO copying asyauth/utils/timestamp.py -> build/lib/asyauth/utils 2023-03-15 14:43:23,255 root INFO creating build/lib/asyauth/common 2023-03-15 14:43:23,255 root INFO copying asyauth/common/__init__.py -> build/lib/asyauth/common 2023-03-15 14:43:23,255 root INFO copying asyauth/common/clientauthalgo.py -> build/lib/asyauth/common 2023-03-15 14:43:23,255 root INFO copying asyauth/common/constants.py -> build/lib/asyauth/common 2023-03-15 14:43:23,256 root INFO creating build/lib/asyauth/protocols/ntlm 2023-03-15 14:43:23,256 root INFO copying asyauth/protocols/ntlm/__init__.py -> build/lib/asyauth/protocols/ntlm 2023-03-15 14:43:23,256 root INFO copying asyauth/protocols/ntlm/creds_calc.py -> build/lib/asyauth/protocols/ntlm 2023-03-15 14:43:23,256 root INFO creating build/lib/asyauth/protocols/spnegoex 2023-03-15 14:43:23,256 root INFO copying asyauth/protocols/spnegoex/__init__.py -> build/lib/asyauth/protocols/spnegoex 2023-03-15 14:43:23,257 root INFO creating build/lib/asyauth/protocols/spnego 2023-03-15 14:43:23,257 root INFO copying asyauth/protocols/spnego/__init__.py -> build/lib/asyauth/protocols/spnego 2023-03-15 14:43:23,257 root INFO creating build/lib/asyauth/protocols/credssp 2023-03-15 14:43:23,257 root INFO copying asyauth/protocols/credssp/__init__.py -> build/lib/asyauth/protocols/credssp 2023-03-15 14:43:23,257 root INFO creating build/lib/asyauth/protocols/kerberos 2023-03-15 14:43:23,257 root INFO copying asyauth/protocols/kerberos/__init__.py -> build/lib/asyauth/protocols/kerberos 2023-03-15 14:43:23,257 root INFO copying asyauth/protocols/kerberos/gssapismb.py -> build/lib/asyauth/protocols/kerberos 2023-03-15 14:43:23,258 root INFO copying asyauth/protocols/kerberos/gssapi.py -> build/lib/asyauth/protocols/kerberos 2023-03-15 14:43:23,258 root INFO creating build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,258 root INFO copying asyauth/protocols/ntlm/structures/__init__.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,258 root INFO copying asyauth/protocols/ntlm/structures/ntlmssp_message_signature_noext.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,258 root INFO copying asyauth/protocols/ntlm/structures/version.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/ntlmssp_message_signature.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/fields.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/challenge_response.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/negotiate_flags.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/serverinfo.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,259 root INFO copying asyauth/protocols/ntlm/structures/avpair.py -> build/lib/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,260 root INFO creating build/lib/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,260 root INFO copying asyauth/protocols/ntlm/messages/__init__.py -> build/lib/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,260 root INFO copying asyauth/protocols/ntlm/messages/negotiate.py -> build/lib/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,260 root INFO copying asyauth/protocols/ntlm/messages/authenticate.py -> build/lib/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,260 root INFO copying asyauth/protocols/ntlm/messages/challenge.py -> build/lib/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,261 root INFO creating build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,261 root INFO copying asyauth/protocols/ntlm/client/__init__.py -> build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,261 root INFO copying asyauth/protocols/ntlm/client/sspiproxy.py -> build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,261 root INFO copying asyauth/protocols/ntlm/client/sspi.py -> build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,261 root INFO copying asyauth/protocols/ntlm/client/wsnet.py -> build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,261 root INFO copying asyauth/protocols/ntlm/client/native.py -> build/lib/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,262 root INFO creating build/lib/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,262 root INFO copying asyauth/protocols/ntlm/templates/__init__.py -> build/lib/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,262 root INFO copying asyauth/protocols/ntlm/templates/server.py -> build/lib/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,262 root INFO copying asyauth/protocols/ntlm/templates/client.py -> build/lib/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,262 root INFO creating build/lib/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,262 root INFO copying asyauth/protocols/spnegoex/client/__init__.py -> build/lib/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,263 root INFO copying asyauth/protocols/spnegoex/client/native.py -> build/lib/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,263 root INFO creating build/lib/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,263 root INFO copying asyauth/protocols/spnegoex/protocol/__init__.py -> build/lib/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,263 root INFO copying asyauth/protocols/spnegoex/protocol/messages.py -> build/lib/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,263 root INFO creating build/lib/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,263 root INFO copying asyauth/protocols/spnego/messages/__init__.py -> build/lib/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,264 root INFO copying asyauth/protocols/spnego/messages/asn1_structs.py -> build/lib/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,264 root INFO creating build/lib/asyauth/protocols/spnego/client 2023-03-15 14:43:23,264 root INFO copying asyauth/protocols/spnego/client/__init__.py -> build/lib/asyauth/protocols/spnego/client 2023-03-15 14:43:23,264 root INFO copying asyauth/protocols/spnego/client/native.py -> build/lib/asyauth/protocols/spnego/client 2023-03-15 14:43:23,264 root INFO creating build/lib/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,264 root INFO copying asyauth/protocols/credssp/messages/__init__.py -> build/lib/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,265 root INFO copying asyauth/protocols/credssp/messages/remcredguard.py -> build/lib/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,265 root INFO copying asyauth/protocols/credssp/messages/asn1_structs.py -> build/lib/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,265 root INFO creating build/lib/asyauth/protocols/credssp/client 2023-03-15 14:43:23,265 root INFO copying asyauth/protocols/credssp/client/__init__.py -> build/lib/asyauth/protocols/credssp/client 2023-03-15 14:43:23,265 root INFO copying asyauth/protocols/credssp/client/native.py -> build/lib/asyauth/protocols/credssp/client 2023-03-15 14:43:23,266 root INFO creating build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,266 root INFO copying asyauth/protocols/kerberos/client/__init__.py -> build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,266 root INFO copying asyauth/protocols/kerberos/client/sspiproxy.py -> build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,266 root INFO copying asyauth/protocols/kerberos/client/sspi.py -> build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,266 root INFO copying asyauth/protocols/kerberos/client/wsnet.py -> build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,266 root INFO copying asyauth/protocols/kerberos/client/native.py -> build/lib/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,267 root INFO creating build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/__init__.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/sspiproxy.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/sspi.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/wsnet.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/custom.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,267 root INFO copying asyauth/common/subprotocols/native.py -> build/lib/asyauth/common/subprotocols 2023-03-15 14:43:23,268 root INFO creating build/lib/asyauth/common/winapi 2023-03-15 14:43:23,268 root INFO copying asyauth/common/winapi/__init__.py -> build/lib/asyauth/common/winapi 2023-03-15 14:43:23,268 root INFO copying asyauth/common/winapi/winsspi.py -> build/lib/asyauth/common/winapi 2023-03-15 14:43:23,268 root INFO copying asyauth/common/winapi/functiondefs.py -> build/lib/asyauth/common/winapi 2023-03-15 14:43:23,268 root INFO copying asyauth/common/winapi/constants.py -> build/lib/asyauth/common/winapi 2023-03-15 14:43:23,268 root INFO copying asyauth/common/winapi/token.py -> build/lib/asyauth/common/winapi 2023-03-15 14:43:23,269 root INFO creating build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/__init__.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/kerberos.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/spnegoex.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/spnego.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/ntlm.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,269 root INFO copying asyauth/common/credentials/credssp.py -> build/lib/asyauth/common/credentials 2023-03-15 14:43:23,270 root INFO running egg_info 2023-03-15 14:43:23,275 root INFO creating asyauth.egg-info 2023-03-15 14:43:23,276 root INFO writing asyauth.egg-info/PKG-INFO 2023-03-15 14:43:23,276 root INFO writing dependency_links to asyauth.egg-info/dependency_links.txt 2023-03-15 14:43:23,277 root INFO writing requirements to asyauth.egg-info/requires.txt 2023-03-15 14:43:23,277 root INFO writing top-level names to asyauth.egg-info/top_level.txt 2023-03-15 14:43:23,277 root INFO writing manifest file 'asyauth.egg-info/SOURCES.txt' 2023-03-15 14:43:23,280 root INFO reading manifest file 'asyauth.egg-info/SOURCES.txt' 2023-03-15 14:43:23,281 root INFO adding license file 'LICENSE' 2023-03-15 14:43:23,282 root INFO writing manifest file 'asyauth.egg-info/SOURCES.txt' 2023-03-15 14:43:23,288 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-03-15 14:43:23,289 root INFO running install 2023-03-15 14:43:23,296 root INFO running install_lib 2023-03-15 14:43:23,298 root INFO creating build/bdist.linux-armv8l 2023-03-15 14:43:23,298 root INFO creating build/bdist.linux-armv8l/wheel 2023-03-15 14:43:23,298 root INFO creating build/bdist.linux-armv8l/wheel/asyauth 2023-03-15 14:43:23,299 root INFO copying build/lib/asyauth/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth 2023-03-15 14:43:23,299 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols 2023-03-15 14:43:23,299 root INFO copying build/lib/asyauth/protocols/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols 2023-03-15 14:43:23,299 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm 2023-03-15 14:43:23,299 root INFO copying build/lib/asyauth/protocols/ntlm/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm 2023-03-15 14:43:23,299 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,299 root INFO copying build/lib/asyauth/protocols/ntlm/structures/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,299 root INFO copying build/lib/asyauth/protocols/ntlm/structures/ntlmssp_message_signature_noext.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/version.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/ntlmssp_message_signature.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/fields.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/challenge_response.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/negotiate_flags.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,300 root INFO copying build/lib/asyauth/protocols/ntlm/structures/serverinfo.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/structures/avpair.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/structures 2023-03-15 14:43:23,301 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/messages/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/messages/negotiate.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/messages/authenticate.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/messages/challenge.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/messages 2023-03-15 14:43:23,301 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,301 root INFO copying build/lib/asyauth/protocols/ntlm/client/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/client/sspiproxy.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/client/sspi.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/client/wsnet.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/client/native.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/client 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/creds_calc.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm 2023-03-15 14:43:23,302 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,302 root INFO copying build/lib/asyauth/protocols/ntlm/templates/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,303 root INFO copying build/lib/asyauth/protocols/ntlm/templates/server.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,303 root INFO copying build/lib/asyauth/protocols/ntlm/templates/client.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/ntlm/templates 2023-03-15 14:43:23,303 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex 2023-03-15 14:43:23,303 root INFO copying build/lib/asyauth/protocols/spnegoex/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex 2023-03-15 14:43:23,303 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,303 root INFO copying build/lib/asyauth/protocols/spnegoex/client/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,303 root INFO copying build/lib/asyauth/protocols/spnegoex/client/native.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/client 2023-03-15 14:43:23,304 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,304 root INFO copying build/lib/asyauth/protocols/spnegoex/protocol/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,304 root INFO copying build/lib/asyauth/protocols/spnegoex/protocol/messages.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnegoex/protocol 2023-03-15 14:43:23,304 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego 2023-03-15 14:43:23,304 root INFO copying build/lib/asyauth/protocols/spnego/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego 2023-03-15 14:43:23,304 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,304 root INFO copying build/lib/asyauth/protocols/spnego/messages/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,304 root INFO copying build/lib/asyauth/protocols/spnego/messages/asn1_structs.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/messages 2023-03-15 14:43:23,305 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/client 2023-03-15 14:43:23,305 root INFO copying build/lib/asyauth/protocols/spnego/client/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/client 2023-03-15 14:43:23,305 root INFO copying build/lib/asyauth/protocols/spnego/client/native.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/spnego/client 2023-03-15 14:43:23,305 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp 2023-03-15 14:43:23,305 root INFO copying build/lib/asyauth/protocols/credssp/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp 2023-03-15 14:43:23,305 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,305 root INFO copying build/lib/asyauth/protocols/credssp/messages/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,305 root INFO copying build/lib/asyauth/protocols/credssp/messages/remcredguard.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,306 root INFO copying build/lib/asyauth/protocols/credssp/messages/asn1_structs.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/messages 2023-03-15 14:43:23,306 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/client 2023-03-15 14:43:23,306 root INFO copying build/lib/asyauth/protocols/credssp/client/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/client 2023-03-15 14:43:23,306 root INFO copying build/lib/asyauth/protocols/credssp/client/native.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/credssp/client 2023-03-15 14:43:23,306 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos 2023-03-15 14:43:23,306 root INFO copying build/lib/asyauth/protocols/kerberos/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos 2023-03-15 14:43:23,306 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,306 root INFO copying build/lib/asyauth/protocols/kerberos/client/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/client/sspiproxy.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/client/sspi.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/client/wsnet.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/client/native.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos/client 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/gssapismb.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos 2023-03-15 14:43:23,307 root INFO copying build/lib/asyauth/protocols/kerberos/gssapi.py -> build/bdist.linux-armv8l/wheel/asyauth/protocols/kerberos 2023-03-15 14:43:23,308 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/utils 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/utils/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/utils 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/utils/paramprocessor.py -> build/bdist.linux-armv8l/wheel/asyauth/utils 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/utils/hexdump.py -> build/bdist.linux-armv8l/wheel/asyauth/utils 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/utils/timestamp.py -> build/bdist.linux-armv8l/wheel/asyauth/utils 2023-03-15 14:43:23,308 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/common 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/common/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/common 2023-03-15 14:43:23,308 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,308 root INFO copying build/lib/asyauth/common/subprotocols/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/subprotocols/sspiproxy.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/subprotocols/sspi.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/subprotocols/wsnet.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/subprotocols/custom.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/subprotocols/native.py -> build/bdist.linux-armv8l/wheel/asyauth/common/subprotocols 2023-03-15 14:43:23,309 root INFO copying build/lib/asyauth/common/clientauthalgo.py -> build/bdist.linux-armv8l/wheel/asyauth/common 2023-03-15 14:43:23,309 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/winapi/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/winapi/winsspi.py -> build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/winapi/functiondefs.py -> build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/winapi/constants.py -> build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/winapi/token.py -> build/bdist.linux-armv8l/wheel/asyauth/common/winapi 2023-03-15 14:43:23,310 root INFO copying build/lib/asyauth/common/constants.py -> build/bdist.linux-armv8l/wheel/asyauth/common 2023-03-15 14:43:23,310 root INFO creating build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/__init__.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/kerberos.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/spnegoex.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/spnego.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/ntlm.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/common/credentials/credssp.py -> build/bdist.linux-armv8l/wheel/asyauth/common/credentials 2023-03-15 14:43:23,311 root INFO copying build/lib/asyauth/_version.py -> build/bdist.linux-armv8l/wheel/asyauth 2023-03-15 14:43:23,312 root INFO running install_egg_info 2023-03-15 14:43:23,315 root INFO Copying asyauth.egg-info to build/bdist.linux-armv8l/wheel/asyauth-0.0.13-py3.11.egg-info 2023-03-15 14:43:23,316 root INFO running install_scripts 2023-03-15 14:43:23,318 wheel INFO creating build/bdist.linux-armv8l/wheel/asyauth-0.0.13.dist-info/WHEEL 2023-03-15 14:43:23,318 wheel INFO creating '/home/buildozer/aports/testing/py3-asyauth/src/asyauth-0.0.13/dist/.tmp-exw8351u/asyauth-0.0.13-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-03-15 14:43:23,319 wheel INFO adding 'asyauth/__init__.py' 2023-03-15 14:43:23,319 wheel INFO adding 'asyauth/_version.py' 2023-03-15 14:43:23,319 wheel INFO adding 'asyauth/common/__init__.py' 2023-03-15 14:43:23,319 wheel INFO adding 'asyauth/common/clientauthalgo.py' 2023-03-15 14:43:23,319 wheel INFO adding 'asyauth/common/constants.py' 2023-03-15 14:43:23,320 wheel INFO adding 'asyauth/common/credentials/__init__.py' 2023-03-15 14:43:23,320 wheel INFO adding 'asyauth/common/credentials/credssp.py' 2023-03-15 14:43:23,320 wheel INFO adding 'asyauth/common/credentials/kerberos.py' 2023-03-15 14:43:23,320 wheel INFO adding 'asyauth/common/credentials/ntlm.py' 2023-03-15 14:43:23,320 wheel INFO adding 'asyauth/common/credentials/spnego.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/credentials/spnegoex.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/__init__.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/custom.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/native.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/sspi.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/sspiproxy.py' 2023-03-15 14:43:23,321 wheel INFO adding 'asyauth/common/subprotocols/wsnet.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/common/winapi/__init__.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/common/winapi/constants.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/common/winapi/functiondefs.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/common/winapi/token.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/common/winapi/winsspi.py' 2023-03-15 14:43:23,322 wheel INFO adding 'asyauth/protocols/__init__.py' 2023-03-15 14:43:23,323 wheel INFO adding 'asyauth/protocols/credssp/__init__.py' 2023-03-15 14:43:23,323 wheel INFO adding 'asyauth/protocols/credssp/client/__init__.py' 2023-03-15 14:43:23,323 wheel INFO adding 'asyauth/protocols/credssp/client/native.py' 2023-03-15 14:43:23,323 wheel INFO adding 'asyauth/protocols/credssp/messages/__init__.py' 2023-03-15 14:43:23,323 wheel INFO adding 'asyauth/protocols/credssp/messages/asn1_structs.py' 2023-03-15 14:43:23,324 wheel INFO adding 'asyauth/protocols/credssp/messages/remcredguard.py' 2023-03-15 14:43:23,324 wheel INFO adding 'asyauth/protocols/kerberos/__init__.py' 2023-03-15 14:43:23,324 wheel INFO adding 'asyauth/protocols/kerberos/gssapi.py' 2023-03-15 14:43:23,324 wheel INFO adding 'asyauth/protocols/kerberos/gssapismb.py' 2023-03-15 14:43:23,324 wheel INFO adding 'asyauth/protocols/kerberos/client/__init__.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/kerberos/client/native.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/kerberos/client/sspi.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/kerberos/client/sspiproxy.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/kerberos/client/wsnet.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/ntlm/__init__.py' 2023-03-15 14:43:23,325 wheel INFO adding 'asyauth/protocols/ntlm/creds_calc.py' 2023-03-15 14:43:23,326 wheel INFO adding 'asyauth/protocols/ntlm/client/__init__.py' 2023-03-15 14:43:23,326 wheel INFO adding 'asyauth/protocols/ntlm/client/native.py' 2023-03-15 14:43:23,326 wheel INFO adding 'asyauth/protocols/ntlm/client/sspi.py' 2023-03-15 14:43:23,326 wheel INFO adding 'asyauth/protocols/ntlm/client/sspiproxy.py' 2023-03-15 14:43:23,326 wheel INFO adding 'asyauth/protocols/ntlm/client/wsnet.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/messages/__init__.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/messages/authenticate.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/messages/challenge.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/messages/negotiate.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/structures/__init__.py' 2023-03-15 14:43:23,327 wheel INFO adding 'asyauth/protocols/ntlm/structures/avpair.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/challenge_response.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/fields.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/negotiate_flags.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/ntlmssp_message_signature.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/ntlmssp_message_signature_noext.py' 2023-03-15 14:43:23,328 wheel INFO adding 'asyauth/protocols/ntlm/structures/serverinfo.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/ntlm/structures/version.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/ntlm/templates/__init__.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/ntlm/templates/client.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/ntlm/templates/server.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/spnego/__init__.py' 2023-03-15 14:43:23,329 wheel INFO adding 'asyauth/protocols/spnego/client/__init__.py' 2023-03-15 14:43:23,330 wheel INFO adding 'asyauth/protocols/spnego/client/native.py' 2023-03-15 14:43:23,330 wheel INFO adding 'asyauth/protocols/spnego/messages/__init__.py' 2023-03-15 14:43:23,330 wheel INFO adding 'asyauth/protocols/spnego/messages/asn1_structs.py' 2023-03-15 14:43:23,330 wheel INFO adding 'asyauth/protocols/spnegoex/__init__.py' 2023-03-15 14:43:23,330 wheel INFO adding 'asyauth/protocols/spnegoex/client/__init__.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/protocols/spnegoex/client/native.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/protocols/spnegoex/protocol/__init__.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/protocols/spnegoex/protocol/messages.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/utils/__init__.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/utils/hexdump.py' 2023-03-15 14:43:23,331 wheel INFO adding 'asyauth/utils/paramprocessor.py' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth/utils/timestamp.py' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth-0.0.13.dist-info/LICENSE' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth-0.0.13.dist-info/METADATA' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth-0.0.13.dist-info/WHEEL' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth-0.0.13.dist-info/top_level.txt' 2023-03-15 14:43:23,332 wheel INFO adding 'asyauth-0.0.13.dist-info/RECORD' 2023-03-15 14:43:23,333 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-03-15 14:43:23,335 gpep517 INFO The backend produced dist/asyauth-0.0.13-py3-none-any.whl asyauth-0.0.13-py3-none-any.whl >>> py3-asyauth: Entering fakeroot... >>> py3-asyauth*: Running postcheck for py3-asyauth >>> py3-asyauth*: Preparing package py3-asyauth... >>> py3-asyauth*: Tracing dependencies... >>> py3-asyauth*: Package size: 1.2 MB >>> py3-asyauth*: Compressing data... >>> py3-asyauth*: Create checksum... >>> py3-asyauth*: Create py3-asyauth-0.0.13-r0.apk >>> py3-asyauth: Build complete at Wed, 15 Mar 2023 14:43:23 +0000 elapsed time 0h 0m 3s >>> py3-asyauth: Cleaning up srcdir >>> py3-asyauth: Cleaning up pkgdir >>> py3-asyauth: Uninstalling dependencies... (1/32) Purging .makedepends-py3-asyauth (20230315.144322) (2/32) Purging py3-minikerberos (0.4.0-r0) (3/32) Purging py3-asysocks (0.2.5-r0) (4/32) Purging py3-oscrypto (1.3.0-r4) (5/32) Purging py3-asn1crypto (1.5.1-r1) (6/32) Purging py3-six (1.16.0-r5) (7/32) Purging py3-tqdm (4.64.1-r1) (8/32) Purging py3-unicrypto (0.0.10-r0) (9/32) Purging py3-cryptography (39.0.2-r0) (10/32) Purging py3-cffi (1.15.1-r1) (11/32) Purging py3-cparser (2.21-r1) (12/32) Purging py3-mbedtls (2.6.1-r0) (13/32) Purging py3-certifi (2022.12.7-r1) (14/32) Purging py3-typing-extensions (4.5.0-r0) (15/32) Purging py3-pycryptodome (3.17.0-r0) (16/32) Purging py3-pycryptodomex (3.17.0-r0) (17/32) Purging py3-gpep517 (13-r0) (18/32) Purging py3-installer (0.6.0-r0) (19/32) Purging py3-wheel (0.40.0-r0) (20/32) Purging py3-setuptools (67.6.0-r0) (21/32) Purging py3-packaging (23.0-r1) (22/32) Purging py3-parsing (3.0.9-r1) (23/32) Purging python3 (3.11.2-r0) (24/32) Purging libbz2 (1.0.8-r4) (25/32) Purging libffi (3.4.4-r0) (26/32) Purging gdbm (1.23-r0) (27/32) Purging xz-libs (5.4.1-r0) (28/32) Purging mpdecimal (2.5.1-r1) (29/32) Purging libpanelw (6.4_p20230311-r0) (30/32) Purging readline (8.2.1-r0) (31/32) Purging sqlite-libs (3.41.1-r0) (32/32) Purging mbedtls (2.28.2-r0) Executing busybox-1.36.0-r5.trigger OK: 326 MiB in 96 packages >>> py3-asyauth: Updating the testing/armhf repository index... >>> py3-asyauth: Signing the index...