>>> py3-requests-gssapi: Building testing/py3-requests-gssapi 1.2.3-r1 (using abuild 3.10.0_rc1-r2) started Sun, 27 Nov 2022 16:43:16 +0000 >>> py3-requests-gssapi: Checking sanity of /home/buildozer/aports/testing/py3-requests-gssapi/APKBUILD... >>> py3-requests-gssapi: Analyzing dependencies... >>> py3-requests-gssapi: Installing for build: build-base python3 py3-python-gssapi py3-requests py3-setuptools py3-pytest (1/48) Installing libbz2 (1.0.8-r4) (2/48) Installing libffi (3.4.4-r0) (3/48) Installing gdbm (1.23-r0) (4/48) Installing xz-libs (5.2.8-r0) (5/48) Installing mpdecimal (2.5.1-r1) (6/48) Installing readline (8.2.0-r0) (7/48) Installing sqlite-libs (3.40.0-r0) (8/48) Installing python3 (3.11.0-r2) (9/48) Installing libblkid (2.38.1-r1) (10/48) Installing libuuid (2.38.1-r1) (11/48) Installing libfdisk (2.38.1-r1) (12/48) Installing libmount (2.38.1-r1) (13/48) Installing libsmartcols (2.38.1-r1) (14/48) Installing util-linux-dev (2.38.1-r1) (15/48) Installing gawk (5.2.1-r0) (16/48) Installing libcom_err (1.46.5-r4) (17/48) Installing e2fsprogs-libs (1.46.5-r4) (18/48) Installing e2fsprogs-dev (1.46.5-r4) (19/48) Installing glib (2.74.2-r0) (20/48) Installing libverto (0.3.2-r1) (21/48) Installing libverto-glib (0.3.2-r1) (22/48) Installing libev (4.33-r0) (23/48) Installing libverto-libev (0.3.2-r1) (24/48) Installing libverto-libevent (0.3.2-r1) (25/48) Installing libverto-dev (0.3.2-r1) (26/48) Installing krb5-conf (1.0-r2) (27/48) Installing keyutils-libs (1.6.3-r1) (28/48) Installing krb5-libs (1.20.1-r0) (29/48) Installing libsasl (2.1.28-r3) (30/48) Installing libldap (2.6.3-r6) (31/48) Installing krb5-server-ldap (1.20.1-r0) (32/48) Installing krb5-dev (1.20.1-r0) (33/48) Installing py3-decorator (5.1.1-r2) (34/48) Installing py3-python-gssapi (1.8.2-r0) (35/48) Installing py3-certifi (2022.9.24-r1) (36/48) Installing py3-charset-normalizer (3.0.1-r1) (37/48) Installing py3-idna (3.4-r3) (38/48) Installing py3-urllib3 (1.26.12-r1) (39/48) Installing py3-requests (2.28.1-r2) (40/48) Installing py3-parsing (3.0.9-r1) (41/48) Installing py3-packaging (21.3-r3) (42/48) Installing py3-setuptools (65.6.3-r0) (43/48) Installing py3-attrs (22.1.0-r1) (44/48) Installing py3-iniconfig (1.1.1-r4) (45/48) Installing py3-pluggy (1.0.0-r2) (46/48) Installing py3-py (1.11.0-r1) (47/48) Installing py3-pytest (7.2.0-r2) (48/48) Installing .makedepends-py3-requests-gssapi (20221127.164317) Executing busybox-1.35.0-r29.trigger OK: 400 MiB in 145 packages >>> py3-requests-gssapi: Cleaning up srcdir >>> py3-requests-gssapi: Cleaning up pkgdir >>> py3-requests-gssapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-requests-gssapi-1.2.3.tar.gz >>> py3-requests-gssapi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-requests-gssapi-1.2.3.tar.gz >>> py3-requests-gssapi: Checking sha512sums... py3-requests-gssapi-1.2.3.tar.gz: OK >>> py3-requests-gssapi: Unpacking /var/cache/distfiles/py3-requests-gssapi-1.2.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/requests_gssapi copying requests_gssapi/exceptions.py -> build/lib/requests_gssapi copying requests_gssapi/gssapi_.py -> build/lib/requests_gssapi copying requests_gssapi/__init__.py -> build/lib/requests_gssapi copying requests_gssapi/compat.py -> build/lib/requests_gssapi running egg_info writing requests_gssapi.egg-info/PKG-INFO writing dependency_links to requests_gssapi.egg-info/dependency_links.txt writing requirements to requests_gssapi.egg-info/requires.txt writing top-level names to requests_gssapi.egg-info/top_level.txt reading manifest file 'requests_gssapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'requests_gssapi.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-requests-gssapi/src/requests-gssapi-1.2.3 collecting ... collected 28 items test_requests_gssapi.py::GSSAPITestCase::test_authenticate_server PASSED [ 3%] test_requests_gssapi.py::GSSAPITestCase::test_authenticate_user PASSED [ 7%] test_requests_gssapi.py::GSSAPITestCase::test_delegation PASSED [ 10%] test_requests_gssapi.py::GSSAPITestCase::test_explicit_creds PASSED [ 14%] test_requests_gssapi.py::GSSAPITestCase::test_explicit_mech PASSED [ 17%] test_requests_gssapi.py::GSSAPITestCase::test_force_preemptive PASSED [ 21%] test_requests_gssapi.py::GSSAPITestCase::test_generate_request_header PASSED [ 25%] test_requests_gssapi.py::GSSAPITestCase::test_generate_request_header_custom_service PASSED [ 28%] test_requests_gssapi.py::GSSAPITestCase::test_generate_request_header_init_error PASSED [ 32%] test_requests_gssapi.py::GSSAPITestCase::test_generate_request_header_step_error PASSED [ 35%] test_requests_gssapi.py::GSSAPITestCase::test_handle_401 PASSED [ 39%] test_requests_gssapi.py::GSSAPITestCase::test_handle_other PASSED [ 42%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_200 PASSED [ 46%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_200_mutual_auth_optional_hard_failure PASSED [ 50%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_200_mutual_auth_optional_soft_failure PASSED [ 53%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_200_mutual_auth_required_failure PASSED [ 57%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_200_mutual_auth_required_failure_2 PASSED [ 60%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_401 PASSED [ 64%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_401_rejected PASSED [ 67%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_500_mutual_auth_optional_failure PASSED [ 71%] test_requests_gssapi.py::GSSAPITestCase::test_handle_response_500_mutual_auth_required_failure PASSED [ 75%] test_requests_gssapi.py::GSSAPITestCase::test_negotate_value_extraction PASSED [ 78%] test_requests_gssapi.py::GSSAPITestCase::test_negotate_value_extraction_none PASSED [ 82%] test_requests_gssapi.py::GSSAPITestCase::test_no_force_preemptive PASSED [ 85%] test_requests_gssapi.py::GSSAPITestCase::test_opportunistic_auth PASSED [ 89%] test_requests_gssapi.py::GSSAPITestCase::test_principal_override PASSED [ 92%] test_requests_gssapi.py::GSSAPITestCase::test_realm_override PASSED [ 96%] test_requests_gssapi.py::GSSAPITestCase::test_target_name PASSED [100%] ============================== 28 passed in 0.21s ============================== >>> py3-requests-gssapi: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi copying build/lib/requests_gssapi/exceptions.py -> /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi copying build/lib/requests_gssapi/gssapi_.py -> /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi copying build/lib/requests_gssapi/__init__.py -> /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi copying build/lib/requests_gssapi/compat.py -> /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi byte-compiling /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi/gssapi_.py to gssapi_.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi/compat.py to compat.cpython-311.pyc running install_egg_info running egg_info writing requests_gssapi.egg-info/PKG-INFO writing dependency_links to requests_gssapi.egg-info/dependency_links.txt writing requirements to requests_gssapi.egg-info/requires.txt writing top-level names to requests_gssapi.egg-info/top_level.txt reading manifest file 'requests_gssapi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'requests_gssapi.egg-info/SOURCES.txt' Copying requests_gssapi.egg-info to /home/buildozer/aports/testing/py3-requests-gssapi/pkg/py3-requests-gssapi/usr/lib/python3.11/site-packages/requests_gssapi-1.2.3-py3.11.egg-info running install_scripts >>> py3-requests-gssapi*: Running postcheck for py3-requests-gssapi >>> py3-requests-gssapi*: Preparing package py3-requests-gssapi... >>> py3-requests-gssapi*: Tracing dependencies... >>> py3-requests-gssapi*: Package size: 120.0 KB >>> py3-requests-gssapi*: Compressing data... >>> py3-requests-gssapi*: Create checksum... >>> py3-requests-gssapi*: Create py3-requests-gssapi-1.2.3-r1.apk >>> py3-requests-gssapi: Build complete at Sun, 27 Nov 2022 16:43:20 +0000 elapsed time 0h 0m 4s >>> py3-requests-gssapi: Cleaning up srcdir >>> py3-requests-gssapi: Cleaning up pkgdir >>> py3-requests-gssapi: Uninstalling dependencies... (1/48) Purging .makedepends-py3-requests-gssapi (20221127.164317) (2/48) Purging py3-python-gssapi (1.8.2-r0) (3/48) Purging krb5-dev (1.20.1-r0) (4/48) Purging e2fsprogs-dev (1.46.5-r4) (5/48) Purging util-linux-dev (2.38.1-r1) (6/48) Purging libfdisk (2.38.1-r1) (7/48) Purging libsmartcols (2.38.1-r1) (8/48) Purging libuuid (2.38.1-r1) (9/48) Purging gawk (5.2.1-r0) (10/48) Purging e2fsprogs-libs (1.46.5-r4) (11/48) Purging libverto-dev (0.3.2-r1) (12/48) Purging libverto-glib (0.3.2-r1) (13/48) Purging libverto-libev (0.3.2-r1) (14/48) Purging libverto-libevent (0.3.2-r1) (15/48) Purging krb5-server-ldap (1.20.1-r0) (16/48) Purging py3-decorator (5.1.1-r2) (17/48) Purging py3-requests (2.28.1-r2) (18/48) Purging py3-certifi (2022.9.24-r1) (19/48) Purging py3-charset-normalizer (3.0.1-r1) (20/48) Purging py3-idna (3.4-r3) (21/48) Purging py3-urllib3 (1.26.12-r1) (22/48) Purging py3-setuptools (65.6.3-r0) (23/48) Purging py3-pytest (7.2.0-r2) (24/48) Purging py3-attrs (22.1.0-r1) (25/48) Purging py3-iniconfig (1.1.1-r4) (26/48) Purging py3-packaging (21.3-r3) (27/48) Purging py3-parsing (3.0.9-r1) (28/48) Purging py3-pluggy (1.0.0-r2) (29/48) Purging py3-py (1.11.0-r1) (30/48) Purging python3 (3.11.0-r2) (31/48) Purging libbz2 (1.0.8-r4) (32/48) Purging glib (2.74.2-r0) (33/48) Purging libffi (3.4.4-r0) (34/48) Purging libldap (2.6.3-r6) (35/48) Purging libsasl (2.1.28-r3) (36/48) Purging gdbm (1.23-r0) (37/48) Purging xz-libs (5.2.8-r0) (38/48) Purging mpdecimal (2.5.1-r1) (39/48) Purging readline (8.2.0-r0) (40/48) Purging sqlite-libs (3.40.0-r0) (41/48) Purging libmount (2.38.1-r1) (42/48) Purging libblkid (2.38.1-r1) (43/48) Purging krb5-libs (1.20.1-r0) (44/48) Purging krb5-conf (1.0-r2) (45/48) Purging libcom_err (1.46.5-r4) (46/48) Purging libverto (0.3.2-r1) (47/48) Purging libev (4.33-r0) (48/48) Purging keyutils-libs (1.6.3-r1) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-requests-gssapi: Updating the testing/ppc64le repository index... >>> py3-requests-gssapi: Signing the index...