>>> py3-pyldap: Building community/py3-pyldap 3.4.3-r2 (using abuild 3.11.0_rc13-r0) started Tue, 25 Apr 2023 09:23:30 +0000 >>> py3-pyldap: Checking sanity of /home/buildozer/aports/community/py3-pyldap/APKBUILD... >>> py3-pyldap: Analyzing dependencies... >>> py3-pyldap: Installing for build: build-base py3-asn1 py3-asn1-modules python3-dev py3-setuptools openldap-dev openldap openldap-back-mdb openldap-clients openldap-overlay-syncprov (1/44) Installing libbz2 (1.0.8-r5) (2/44) Installing libffi (3.4.4-r2) (3/44) Installing gdbm (1.23-r1) (4/44) Installing xz-libs (5.4.2-r1) (5/44) Installing mpdecimal (2.5.1-r2) (6/44) Installing libpanelw (6.4_p20230401-r6) (7/44) Installing readline (8.2.1-r1) (8/44) Installing sqlite-libs (3.41.2-r2) (9/44) Installing python3 (3.11.3-r10) (10/44) Installing python3-pycache-pyc0 (3.11.3-r10) (11/44) Installing pyc (0.1-r0) (12/44) Installing py3-asn1-pyc (0.4.8-r4) (13/44) Installing python3-pyc (3.11.3-r10) (14/44) Installing py3-asn1 (0.4.8-r4) (15/44) Installing py3-asn1-modules (0.3.0-r0) (16/44) Installing py3-asn1-modules-pyc (0.3.0-r0) (17/44) Installing python3-dev (3.11.3-r10) (18/44) Installing py3-parsing (3.0.9-r2) (19/44) Installing py3-parsing-pyc (3.0.9-r2) (20/44) Installing py3-packaging (23.1-r1) (21/44) Installing py3-packaging-pyc (23.1-r1) (22/44) Installing py3-setuptools (67.7.2-r0) (23/44) Installing py3-setuptools-pyc (67.7.2-r0) (24/44) Installing libsasl (2.1.28-r4) (25/44) Installing cyrus-sasl-dev (2.1.28-r4) (26/44) Installing libevent (2.1.12-r6) (27/44) Installing libevent-dev (2.1.12-r6) (28/44) Installing libsodium (1.0.18-r3) (29/44) Installing libsodium-dev (1.0.18-r3) (30/44) Installing libblkid (2.38.1-r7) (31/44) Installing libuuid (2.38.1-r7) (32/44) Installing libfdisk (2.38.1-r7) (33/44) Installing libmount (2.38.1-r7) (34/44) Installing libsmartcols (2.38.1-r7) (35/44) Installing util-linux-dev (2.38.1-r7) (36/44) Installing libldap (2.6.4-r3) (37/44) Installing openldap-dev (2.6.4-r3) (38/44) Installing libltdl (2.4.7-r2) (39/44) Installing openldap (2.6.4-r3) Executing openldap-2.6.4-r3.pre-install Executing openldap-2.6.4-r3.post-install * * To use LDAP server, you have to install some backend. Most users would need MDB * backend which you can install with: apk add openldap-back-mdb. * * If you use overlays, you have to install them separately too: * apk add openldap-overlay-, or openldap-overlay-all to install them all. * (40/44) Installing openldap-back-mdb (2.6.4-r3) (41/44) Installing openldap-clients (2.6.4-r3) (42/44) Installing openldap-overlay-syncprov (2.6.4-r3) (43/44) Installing .makedepends-py3-pyldap (20230425.092331) (44/44) Installing openldap-openrc (2.6.4-r3) Executing busybox-1.36.0-r8.trigger OK: 556 MiB in 143 packages >>> py3-pyldap: Cleaning up srcdir >>> py3-pyldap: Cleaning up pkgdir >>> py3-pyldap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-ldap-3.4.3.tar.gz >>> py3-pyldap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-ldap-3.4.3.tar.gz >>> py3-pyldap: Checking sha512sums... python-ldap-3.4.3.tar.gz: OK >>> py3-pyldap: Unpacking /var/cache/distfiles/edge/python-ldap-3.4.3.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib.linux-aarch64-cpython-311 copying Lib/ldapurl.py -> build/lib.linux-aarch64-cpython-311 copying Lib/ldif.py -> build/lib.linux-aarch64-cpython-311 creating build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/__init__.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/functions.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/logger.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/modlist.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/async.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/dn.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/asyncsearch.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/cidict.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/resiter.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/filter.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/sasl.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/syncrepl.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/ldapobject.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/constants.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/compat.py -> build/lib.linux-aarch64-cpython-311/ldap copying Lib/ldap/pkginfo.py -> build/lib.linux-aarch64-cpython-311/ldap creating build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/__init__.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/sessiontrack.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/openldap.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/libldap.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/psearch.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/vlv.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/deref.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/pwdpolicy.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/simple.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/readentry.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/pagedresults.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/sss.py -> build/lib.linux-aarch64-cpython-311/ldap/controls copying Lib/ldap/controls/ppolicy.py -> build/lib.linux-aarch64-cpython-311/ldap/controls creating build/lib.linux-aarch64-cpython-311/ldap/extop copying Lib/ldap/extop/__init__.py -> build/lib.linux-aarch64-cpython-311/ldap/extop copying Lib/ldap/extop/passwd.py -> build/lib.linux-aarch64-cpython-311/ldap/extop copying Lib/ldap/extop/dds.py -> build/lib.linux-aarch64-cpython-311/ldap/extop creating build/lib.linux-aarch64-cpython-311/ldap/schema copying Lib/ldap/schema/__init__.py -> build/lib.linux-aarch64-cpython-311/ldap/schema copying Lib/ldap/schema/models.py -> build/lib.linux-aarch64-cpython-311/ldap/schema copying Lib/ldap/schema/tokenizer.py -> build/lib.linux-aarch64-cpython-311/ldap/schema copying Lib/ldap/schema/subentry.py -> build/lib.linux-aarch64-cpython-311/ldap/schema creating build/lib.linux-aarch64-cpython-311/slapdtest copying Lib/slapdtest/__init__.py -> build/lib.linux-aarch64-cpython-311/slapdtest copying Lib/slapdtest/_slapdtest.py -> build/lib.linux-aarch64-cpython-311/slapdtest running egg_info creating Lib/python_ldap.egg-info writing Lib/python_ldap.egg-info/PKG-INFO writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt writing requirements to Lib/python_ldap.egg-info/requires.txt writing top-level names to Lib/python_ldap.egg-info/top_level.txt writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'Doc/.build' adding license file 'LICENCE' writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' creating build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/README -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/ca.conf -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/ca.pem -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/client.conf -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/client.key -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/client.pem -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/gencerts.sh -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/gennssdb.sh -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/server.conf -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/server.key -> build/lib.linux-aarch64-cpython-311/slapdtest/certs copying Lib/slapdtest/certs/server.pem -> build/lib.linux-aarch64-cpython-311/slapdtest/certs running build_ext building '_ldap' extension creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/Modules gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/LDAPObject.c -o build/temp.linux-aarch64-cpython-311/Modules/LDAPObject.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/berval.c -o build/temp.linux-aarch64-cpython-311/Modules/berval.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/common.c -o build/temp.linux-aarch64-cpython-311/Modules/common.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/constants.c -o build/temp.linux-aarch64-cpython-311/Modules/constants.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/functions.c -o build/temp.linux-aarch64-cpython-311/Modules/functions.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/ldapcontrol.c -o build/temp.linux-aarch64-cpython-311/Modules/ldapcontrol.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/ldapmodule.c -o build/temp.linux-aarch64-cpython-311/Modules/ldapmodule.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/message.c -o build/temp.linux-aarch64-cpython-311/Modules/message.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.3 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/usr/include/python3.11 -c Modules/options.c -o build/temp.linux-aarch64-cpython-311/Modules/options.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-311/Modules/LDAPObject.o build/temp.linux-aarch64-cpython-311/Modules/berval.o build/temp.linux-aarch64-cpython-311/Modules/common.o build/temp.linux-aarch64-cpython-311/Modules/constants.o build/temp.linux-aarch64-cpython-311/Modules/functions.o build/temp.linux-aarch64-cpython-311/Modules/ldapcontrol.o build/temp.linux-aarch64-cpython-311/Modules/ldapmodule.o build/temp.linux-aarch64-cpython-311/Modules/message.o build/temp.linux-aarch64-cpython-311/Modules/options.o -L/usr/lib -lldap -llber -o build/lib.linux-aarch64-cpython-311/_ldap.cpython-311-aarch64-linux-musl.so /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing Lib/python_ldap.egg-info/PKG-INFO writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt writing requirements to Lib/python_ldap.egg-info/requires.txt writing top-level names to Lib/python_ldap.egg-info/top_level.txt reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'Doc/.build' adding license file 'LICENCE' writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-aarch64-cpython-311/_ldap.cpython-311-aarch64-linux-musl.so -> Lib test_context_manager (Tests.t_slapdobject.TestSlapdObject.test_context_manager) ... ok test_context_manager_after_start (Tests.t_slapdobject.TestSlapdObject.test_context_manager_after_start) ... ok test_syncidset_message (Tests.t_ldap_syncrepl.DecodeSyncreplProtoTests.test_syncidset_message) A syncrepl server may send a sync info message, with a syncIdSet ... ok test_refreshAndPersist_cancelled (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshAndPersist_cancelled) Make sure refreshAndPersist can handle cancelling a syncrepl search. ... ok test_refreshAndPersist_poll_only (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshAndPersist_poll_only) Test the refresh part of refresh-and-persist, and check what we got. ... ok test_refreshAndPersist_search (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshAndPersist_search) ... ok test_refreshAndPersist_timeout (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshAndPersist_timeout) Make sure refreshAndPersist can handle a search with timeouts. ... ok test_refreshOnly_poll_full (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshOnly_poll_full) Test doing a full refresh cycle, and check what we got. ... ok test_refreshOnly_search (Tests.t_ldap_syncrepl.TestSyncrepl.test_refreshOnly_search) Test to see if we can initialize a syncrepl search. ... ok test_external_ldapi (Tests.t_ldap_sasl.TestSasl.test_external_ldapi) ... ok test_external_tlscert (Tests.t_ldap_sasl.TestSasl.test_external_tlscert) ... ok test_dn2str (Tests.t_ldap_dn.TestDN.test_dn2str) test function dn2str() ... ok test_escape_dn_chars (Tests.t_ldap_dn.TestDN.test_escape_dn_chars) test function escape_dn_chars() ... ok test_explode_dn (Tests.t_ldap_dn.TestDN.test_explode_dn) test function explode_dn() ... ok test_explode_rdn (Tests.t_ldap_dn.TestDN.test_explode_rdn) test function explode_rdn() ... ok test_is_dn (Tests.t_ldap_dn.TestDN.test_is_dn) test function is_dn() ... ok test_str2dn (Tests.t_ldap_dn.TestDN.test_str2dn) test function str2dn() ... ok test_cidict (Tests.t_cidict.TestCidict.test_cidict) test function is_dn() ... ok test_cidict_data (Tests.t_cidict.TestCidict.test_cidict_data) test the deprecated data atrtribute ... ok test_copy (Tests.t_cidict.TestCidict.test_copy) ... ok test_strlist_deprecated (Tests.t_cidict.TestCidict.test_strlist_deprecated) ... ok test_attributetype_attrs (Tests.t_ldap_schema_subentry.TestAttributes.test_attributetype_attrs) Check types and values of an AttributeType object's attributes ... ok test_empty_attributetype_attrs (Tests.t_ldap_schema_subentry.TestAttributes.test_empty_attributetype_attrs) Check types and values of attributes of a minimal AttributeType ... ok test_empty_objectclass_attrs (Tests.t_ldap_schema_subentry.TestAttributes.test_empty_objectclass_attrs) Check types and values of attributes of a minimal ObjectClass ... ok test_objectclass_attrs (Tests.t_ldap_schema_subentry.TestAttributes.test_objectclass_attrs) Check types and values of an ObjectClass object's attributes ... ok test_subschema_file (Tests.t_ldap_schema_subentry.TestSubschemaLDIF.test_subschema_file) ... ok test_urlfetch_file (Tests.t_ldap_schema_subentry.TestSubschemaUrlfetch.test_urlfetch_file) ... ok test_urlfetch_ldap (Tests.t_ldap_schema_subentry.TestSubschemaUrlfetchSlapd.test_urlfetch_ldap) ... ok test_urlfetch_ldapi (Tests.t_ldap_schema_subentry.TestSubschemaUrlfetchSlapd.test_urlfetch_ldapi) ... ok test_origin_multi_valued (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_multi_valued) ... ok test_origin_multi_valued_str (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_multi_valued_str) Check string representation of an attr with multi-value X-ORIGIN ... ok test_origin_none (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_none) ... ok test_origin_none_str (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_none_str) Check string representation of an attribute without X-ORIGIN ... ok test_origin_string (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_string) ... ok test_origin_string_str (Tests.t_ldap_schema_subentry.TestXOrigin.test_origin_string_str) Check string representation of an attr with single-value X-ORIGIN ... ok test_set_origin_list (Tests.t_ldap_schema_subentry.TestXOrigin.test_set_origin_list) Check that setting X-ORIGIN to a list makes entry unusable ... ok test_set_origin_str (Tests.t_ldap_schema_subentry.TestXOrigin.test_set_origin_str) Check that setting X-ORIGIN to a string makes entry unusable ... ok test_set_origin_tuple (Tests.t_ldap_schema_subentry.TestXOrigin.test_set_origin_tuple) Check that setting X-ORIGIN to a tuple works ... ok test_abandon (Tests.t_cext.TestLdapCExtension.test_abandon) ... ok test_add (Tests.t_cext.TestLdapCExtension.test_add) test add operation ... ok test_anon_rootdse_search (Tests.t_cext.TestLdapCExtension.test_anon_rootdse_search) ... ok test_cancel (Tests.t_cext.TestLdapCExtension.test_cancel) ... ok test_compare (Tests.t_cext.TestLdapCExtension.test_compare) test compare operation ... ok test_constants (Tests.t_cext.TestLdapCExtension.test_constants) Test whether all libldap-derived constants are correct ... ok test_delete (Tests.t_cext.TestLdapCExtension.test_delete) ... ok test_delete_no_such_object (Tests.t_cext.TestLdapCExtension.test_delete_no_such_object) try deleting an object that doesn't exist ... ok test_enotconn (Tests.t_cext.TestLdapCExtension.test_enotconn) ... ok test_invalid_controls (Tests.t_cext.TestLdapCExtension.test_invalid_controls) ... ok test_invalid_credentials (Tests.t_cext.TestLdapCExtension.test_invalid_credentials) ... ok test_invalid_filter (Tests.t_cext.TestLdapCExtension.test_invalid_filter) ... ok test_invalid_search_filter (Tests.t_cext.TestLdapCExtension.test_invalid_search_filter) ... ok test_modify (Tests.t_cext.TestLdapCExtension.test_modify) test modify operation ... ok test_modify_no_such_object (Tests.t_cext.TestLdapCExtension.test_modify_no_such_object) ... ok test_modify_no_such_object_empty_attrs (Tests.t_cext.TestLdapCExtension.test_modify_no_such_object_empty_attrs) try deleting an object that doesn't exist ... ok test_options (Tests.t_cext.TestLdapCExtension.test_options) ... ok test_passwd (Tests.t_cext.TestLdapCExtension.test_passwd) ... ok test_rename (Tests.t_cext.TestLdapCExtension.test_rename) ... ok test_require_san (Tests.t_cext.TestLdapCExtension.test_require_san) ... ok test_sasl (Tests.t_cext.TestLdapCExtension.test_sasl) ... ok test_search_ext_all (Tests.t_cext.TestLdapCExtension.test_search_ext_all) ... ok test_search_ext_individual (Tests.t_cext.TestLdapCExtension.test_search_ext_individual) ... ok test_simple_anonymous_bind (Tests.t_cext.TestLdapCExtension.test_simple_anonymous_bind) ... ok test_simple_bind (Tests.t_cext.TestLdapCExtension.test_simple_bind) ... ok test_simple_bind_fileno (Tests.t_cext.TestLdapCExtension.test_simple_bind_fileno) ... ok test_simple_bind_fileno_closed (Tests.t_cext.TestLdapCExtension.test_simple_bind_fileno_closed) ... ok test_simple_bind_fileno_invalid (Tests.t_cext.TestLdapCExtension.test_simple_bind_fileno_invalid) ... ok test_simple_bind_fileno_rebind (Tests.t_cext.TestLdapCExtension.test_simple_bind_fileno_rebind) ... ok test_test_flags (Tests.t_cext.TestLdapCExtension.test_test_flags) ... skipped 'No CI_DISABLED env var' test_tls_ext (Tests.t_cext.TestLdapCExtension.test_tls_ext) ... ok test_tls_ext_clientcert (Tests.t_cext.TestLdapCExtension.test_tls_ext_clientcert) ... ok test_tls_ext_noca (Tests.t_cext.TestLdapCExtension.test_tls_ext_noca) ... ok test_tls_packages (Tests.t_cext.TestLdapCExtension.test_tls_packages) ... ok test_tls_require_cert (Tests.t_cext.TestLdapCExtension.test_tls_require_cert) ... ok test_unbind (Tests.t_cext.TestLdapCExtension.test_unbind) ... ok test_whoami (Tests.t_cext.TestLdapCExtension.test_whoami) ... ok test_whoami_after_unbind (Tests.t_cext.TestLdapCExtension.test_whoami_after_unbind) ... ok test_whoami_anonymous (Tests.t_cext.TestLdapCExtension.test_whoami_anonymous) ... ok test_whoami_unbound (Tests.t_cext.TestLdapCExtension.test_whoami_unbound) ... ok test_add_object (Tests.t_edit.EditionTests.test_add_object) ... ok test_cafile (Tests.t_ldap_options.TestGlobalOptions.test_cafile) ... ok test_client_controls (Tests.t_ldap_options.TestGlobalOptions.test_client_controls) ... ok test_invalid (Tests.t_ldap_options.TestGlobalOptions.test_invalid) ... ok test_network_timeout (Tests.t_ldap_options.TestGlobalOptions.test_network_timeout) ... ok test_readonly (Tests.t_ldap_options.TestGlobalOptions.test_readonly) ... ok test_server_controls (Tests.t_ldap_options.TestGlobalOptions.test_server_controls) ... ok test_timeout (Tests.t_ldap_options.TestGlobalOptions.test_timeout) ... ok test_uri (Tests.t_ldap_options.TestGlobalOptions.test_uri) ... ok test_cafile (Tests.t_ldap_options.TestLDAPObjectOptions.test_cafile) ... ok test_client_controls (Tests.t_ldap_options.TestLDAPObjectOptions.test_client_controls) ... expected failure test_invalid (Tests.t_ldap_options.TestLDAPObjectOptions.test_invalid) ... ok test_network_timeout (Tests.t_ldap_options.TestLDAPObjectOptions.test_network_timeout) ... ok test_network_timeout_attribute (Tests.t_ldap_options.TestLDAPObjectOptions.test_network_timeout_attribute) ... ok test_readonly (Tests.t_ldap_options.TestLDAPObjectOptions.test_readonly) ... ok test_server_controls (Tests.t_ldap_options.TestLDAPObjectOptions.test_server_controls) ... expected failure test_timeout (Tests.t_ldap_options.TestLDAPObjectOptions.test_timeout) ... ok test_uri (Tests.t_ldap_options.TestLDAPObjectOptions.test_uri) ... ok test_create_sss_request_control (Tests.t_ldap_controls_sss.TestControlsPPolicy.test_create_sss_request_control) ... ok test_deprecated (Tests.t_ldap_asyncsearch.TestLdapAsyncSearch.test_deprecated) ... ok test_addModlist (Tests.t_ldap_modlist.TestModlist.test_addModlist) ... ok test_modifyModlist (Tests.t_ldap_modlist.TestModlist.test_modifyModlist) ... ok test_pagedresults_encode (Tests.t_ldap_controls_readentry.TestLibldapControls.test_pagedresults_encode) ... ok test_readentry_decode (Tests.t_ldap_controls_readentry.TestLibldapControls.test_readentry_decode) ... ok test_bad_change_records (Tests.t_ldif.TestChangeRecords.test_bad_change_records) ... ok test_empty (Tests.t_ldif.TestChangeRecords.test_empty) ... ok test_missing_trailing_dash_separator (Tests.t_ldif.TestChangeRecords.test_missing_trailing_dash_separator) ... ok test_mod_increment (Tests.t_ldif.TestChangeRecords.test_mod_increment) ... ok test_simple (Tests.t_ldif.TestChangeRecords.test_simple) ... ok test_weird_empty_lines (Tests.t_ldif.TestChangeRecords.test_weird_empty_lines) ... ok test_big_binary (Tests.t_ldif.TestEntryRecords.test_big_binary) ... ok test_binary (Tests.t_ldif.TestEntryRecords.test_binary) ... ok test_binary2 (Tests.t_ldif.TestEntryRecords.test_binary2) ... ok test_comments (Tests.t_ldif.TestEntryRecords.test_comments) ... ok test_empty (Tests.t_ldif.TestEntryRecords.test_empty) ... ok test_empty_attr_values (Tests.t_ldif.TestEntryRecords.test_empty_attr_values) ... ok test_folded (Tests.t_ldif.TestEntryRecords.test_folded) ... ok test_ignored_attr_types (Tests.t_ldif.TestEntryRecords.test_ignored_attr_types) ... ok test_max_entries (Tests.t_ldif.TestEntryRecords.test_max_entries) ... ok test_missing_trailing_line_separator (Tests.t_ldif.TestEntryRecords.test_missing_trailing_line_separator) ... ok test_multiple (Tests.t_ldif.TestEntryRecords.test_multiple) ... ok test_multiple_empty_lines (Tests.t_ldif.TestEntryRecords.test_multiple_empty_lines) test malformed LDIF with multiple empty lines ... ok test_simple (Tests.t_ldif.TestEntryRecords.test_simple) ... ok test_simple2 (Tests.t_ldif.TestEntryRecords.test_simple2) ... ok test_sorted (Tests.t_ldif.TestEntryRecords.test_sorted) ... ok test_unencoded_unicode (Tests.t_ldif.TestEntryRecords.test_unencoded_unicode) ... ok test_unicode (Tests.t_ldif.TestEntryRecords.test_unicode) ... ok test_weird_empty_lines (Tests.t_ldif.TestEntryRecords.test_weird_empty_lines) ... ok test_basic (Tests.t_ldap_schema_tokenizer.TestSplitTokens.test_basic) run test cases specified in constant TESTCASES_BASIC ... ok test_broken (Tests.t_ldap_schema_tokenizer.TestSplitTokens.test_broken) ... ok test_broken_oid (Tests.t_ldap_schema_tokenizer.TestSplitTokens.test_broken_oid) run test cases specified in constant TESTCASES_BROKEN_OID ... ok test_escaped_quotes (Tests.t_ldap_schema_tokenizer.TestSplitTokens.test_escaped_quotes) run test cases specified in constant TESTCASES_ESCAPED_QUOTES ... ok test_utf8 (Tests.t_ldap_schema_tokenizer.TestSplitTokens.test_utf8) run test cases specified in constant TESTCASES_BASIC ... ok test_simple_bind (Tests.t_bind.TestBinds.test_simple_bind) ... ok test_unicode_bind (Tests.t_bind.TestBinds.test_unicode_bind) ... ok test_unicode_bind_no_bytesmode (Tests.t_bind.TestBinds.test_unicode_bind_no_bytesmode) ... ok test_assertioncontrol (Tests.t_ldap_controls_libldap.TestLibldapControls.test_assertioncontrol) ... ok test_matchedvalues (Tests.t_ldap_controls_libldap.TestLibldapControls.test_matchedvalues) ... ok test_pagedresults_decode (Tests.t_ldap_controls_libldap.TestLibldapControls.test_pagedresults_decode) ... ok test_pagedresults_encode (Tests.t_ldap_controls_libldap.TestLibldapControls.test_pagedresults_encode) ... ok test_escape_filter_chars_mode0 (Tests.t_ldap_filter.TestDN.test_escape_filter_chars_mode0) test function escape_filter_chars() with escape_mode=0 ... ok test_escape_filter_chars_mode1 (Tests.t_ldap_filter.TestDN.test_escape_filter_chars_mode1) test function escape_filter_chars() with escape_mode=1 ... ok test_escape_filter_chars_mode2 (Tests.t_ldap_filter.TestDN.test_escape_filter_chars_mode2) test function escape_filter_chars() with escape_mode=2 ... ok test001_search_subtree (Tests.t_ldapobject.Test00_SimpleLDAPObject.test001_search_subtree) ... ok test002_search_onelevel (Tests.t_ldapobject.Test00_SimpleLDAPObject.test002_search_onelevel) ... ok test003_search_oneattr (Tests.t_ldapobject.Test00_SimpleLDAPObject.test003_search_oneattr) ... ok test004_enotconn (Tests.t_ldapobject.Test00_SimpleLDAPObject.test004_enotconn) ... ok test005_invalid_credentials (Tests.t_ldapobject.Test00_SimpleLDAPObject.test005_invalid_credentials) ... ok test006_sasl_external_bind_s (Tests.t_ldapobject.Test00_SimpleLDAPObject.test006_sasl_external_bind_s) ... ok test006_sasl_options (Tests.t_ldapobject.Test00_SimpleLDAPObject.test006_sasl_options) ... ok test007_timeout (Tests.t_ldapobject.Test00_SimpleLDAPObject.test007_timeout) ... ok test_async_search_no_such_object_exception_contains_message_id (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_async_search_no_such_object_exception_contains_message_id) ... ok test_attrlist_accepts_unicode (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_attrlist_accepts_unicode) ... ok test_compare_s_false (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_compare_s_false) ... ok test_compare_s_invalidattr (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_compare_s_invalidattr) ... ok test_compare_s_notfound (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_compare_s_notfound) ... ok test_compare_s_true (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_compare_s_true) ... ok test_compare_true_exception_contains_message_id (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_compare_true_exception_contains_message_id) ... ok test_dse (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_dse) ... ok test_filterstr_accepts_unicode (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_filterstr_accepts_unicode) ... ok test_find_unique_entry (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_find_unique_entry) ... ok test_get_tls_peercert (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_get_tls_peercert) ... ok test_multiple_starttls (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_multiple_starttls) ... ok test_passwd_s (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_passwd_s) ... ok test_reject_bytes_base (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_reject_bytes_base) ... ok test_search_accepts_unicode_dn (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_search_accepts_unicode_dn) ... ok test_search_keys_are_text (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_search_keys_are_text) ... ok test_search_subschema (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_search_subschema) ... ok test_simple_bind_noarg (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_simple_bind_noarg) ... ok test_slapadd (Tests.t_ldapobject.Test00_SimpleLDAPObject.test_slapadd) ... ok test001_search_subtree (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test001_search_subtree) ... ok test002_search_onelevel (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test002_search_onelevel) ... ok test003_search_oneattr (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test003_search_oneattr) ... ok test004_enotconn (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test004_enotconn) ... ok test005_invalid_credentials (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test005_invalid_credentials) ... ok test006_sasl_external_bind_s (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test006_sasl_external_bind_s) ... ok test006_sasl_options (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test006_sasl_options) ... ok test007_timeout (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test007_timeout) ... ok test101_reconnect_sasl_external (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test101_reconnect_sasl_external) ... ok test102_reconnect_simple_bind (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test102_reconnect_simple_bind) ... ok test103_reconnect_get_state (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test103_reconnect_get_state) ... ok test104_reconnect_restore (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test104_reconnect_restore) ... ok test105_reconnect_restore (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test105_reconnect_restore) ... ok test_async_search_no_such_object_exception_contains_message_id (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_async_search_no_such_object_exception_contains_message_id) ... ok test_attrlist_accepts_unicode (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_attrlist_accepts_unicode) ... ok test_compare_s_false (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_compare_s_false) ... ok test_compare_s_invalidattr (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_compare_s_invalidattr) ... ok test_compare_s_notfound (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_compare_s_notfound) ... ok test_compare_s_true (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_compare_s_true) ... ok test_compare_true_exception_contains_message_id (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_compare_true_exception_contains_message_id) ... ok test_dse (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_dse) ... ok test_filterstr_accepts_unicode (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_filterstr_accepts_unicode) ... ok test_find_unique_entry (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_find_unique_entry) ... ok test_get_tls_peercert (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_get_tls_peercert) ... ok test_multiple_starttls (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_multiple_starttls) ... ok test_passwd_s (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_passwd_s) ... ok test_reject_bytes_base (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_reject_bytes_base) ... ok test_search_accepts_unicode_dn (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_search_accepts_unicode_dn) ... ok test_search_keys_are_text (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_search_keys_are_text) ... ok test_search_subschema (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_search_subschema) ... ok test_simple_bind_noarg (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_simple_bind_noarg) ... ok test_slapadd (Tests.t_ldapobject.Test01_ReconnectLDAPObject.test_slapadd) ... ok test001_search_subtree (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test001_search_subtree) ... ok test002_search_onelevel (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test002_search_onelevel) ... ok test003_search_oneattr (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test003_search_oneattr) ... ok test004_enotconn (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test004_enotconn) ... ok test005_invalid_credentials (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test005_invalid_credentials) ... ok test006_sasl_external_bind_s (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test006_sasl_external_bind_s) ... ok test006_sasl_options (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test006_sasl_options) ... ok test007_timeout (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test007_timeout) ... ok test_async_search_no_such_object_exception_contains_message_id (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_async_search_no_such_object_exception_contains_message_id) ... ok test_attrlist_accepts_unicode (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_attrlist_accepts_unicode) ... ok test_compare_s_false (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_compare_s_false) ... ok test_compare_s_invalidattr (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_compare_s_invalidattr) ... ok test_compare_s_notfound (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_compare_s_notfound) ... ok test_compare_s_true (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_compare_s_true) ... ok test_compare_true_exception_contains_message_id (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_compare_true_exception_contains_message_id) ... ok test_dse (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_dse) ... ok test_filterstr_accepts_unicode (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_filterstr_accepts_unicode) ... ok test_find_unique_entry (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_find_unique_entry) ... ok test_get_tls_peercert (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_get_tls_peercert) ... ok test_multiple_starttls (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_multiple_starttls) ... ok test_passwd_s (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_passwd_s) ... ok test_reject_bytes_base (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_reject_bytes_base) ... ok test_search_accepts_unicode_dn (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_search_accepts_unicode_dn) ... ok test_search_keys_are_text (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_search_keys_are_text) ... ok test_search_subschema (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_search_subschema) ... ok test_simple_bind_noarg (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_simple_bind_noarg) ... ok test_slapadd (Tests.t_ldapobject.Test03_SimpleLDAPObjectWithFileno.test_slapadd) ... ok test_ppolicy_graceauth (Tests.t_ldap_controls_ppolicy.TestControlsPPolicy.test_ppolicy_graceauth) ... ok test_ppolicy_timebefore (Tests.t_ldap_controls_ppolicy.TestControlsPPolicy.test_ppolicy_timebefore) ... ok test_escape_str (Tests.t_ldap_functions.TestFunction.test_escape_str) test function escape_string_tmpl() ... ok test_ldap_strf_secs (Tests.t_ldap_functions.TestFunction.test_ldap_strf_secs) test function ldap_strf_secs() ... ok test_ldap_strp_secs (Tests.t_ldap_functions.TestFunction.test_ldap_strp_secs) test function ldap_strp_secs() ... ok test_isLDAPUrl (Tests.t_ldapurl.TestIsLDAPUrl.test_isLDAPUrl) ... ok test_bad_urls (Tests.t_ldapurl.TestLDAPUrl.test_bad_urls) ... expected failure test_combo (Tests.t_ldapurl.TestLDAPUrl.test_combo) ... ok test_parse_attrs (Tests.t_ldapurl.TestLDAPUrl.test_parse_attrs) ... ok test_parse_default_attrs (Tests.t_ldapurl.TestLDAPUrl.test_parse_default_attrs) ... ok test_parse_default_extensions (Tests.t_ldapurl.TestLDAPUrl.test_parse_default_extensions) ... ok test_parse_default_filter (Tests.t_ldapurl.TestLDAPUrl.test_parse_default_filter) ... ok test_parse_default_hostport (Tests.t_ldapurl.TestLDAPUrl.test_parse_default_hostport) ... ok test_parse_default_scope (Tests.t_ldapurl.TestLDAPUrl.test_parse_default_scope) ... ok test_parse_dn (Tests.t_ldapurl.TestLDAPUrl.test_parse_dn) ... ok test_parse_empty_dn (Tests.t_ldapurl.TestLDAPUrl.test_parse_empty_dn) ... ok test_parse_extensions (Tests.t_ldapurl.TestLDAPUrl.test_parse_extensions) ... ok test_parse_extensions_5questions (Tests.t_ldapurl.TestLDAPUrl.test_parse_extensions_5questions) ... ok test_parse_extensions_novalue (Tests.t_ldapurl.TestLDAPUrl.test_parse_extensions_novalue) ... ok test_parse_extensions_nulls (Tests.t_ldapurl.TestLDAPUrl.test_parse_extensions_nulls) ... ok test_parse_filter (Tests.t_ldapurl.TestLDAPUrl.test_parse_filter) ... ok test_parse_hostport (Tests.t_ldapurl.TestLDAPUrl.test_parse_hostport) ... ok test_parse_schemes (Tests.t_ldapurl.TestLDAPUrl.test_parse_schemes) ... ok test_parse_scope (Tests.t_ldapurl.TestLDAPUrl.test_parse_scope) ... ok test_parse_scope_default (Tests.t_ldapurl.TestLDAPUrl.test_parse_scope_default) ... ok test_ldapurl (Tests.t_ldapurl.TestParseLDAPUrl.test_ldapurl) ... ok ---------------------------------------------------------------------- Ran 253 tests in 8.670s OK (skipped=1, expected failures=3) >>> py3-pyldap: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-pyldap/pkg creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/__init__.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/functions.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/logger.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/modlist.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/async.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/dn.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/asyncsearch.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/cidict.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop copying build/lib.linux-aarch64-cpython-311/ldap/extop/__init__.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop copying build/lib.linux-aarch64-cpython-311/ldap/extop/passwd.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop copying build/lib.linux-aarch64-cpython-311/ldap/extop/dds.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop copying build/lib.linux-aarch64-cpython-311/ldap/resiter.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/__init__.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/sessiontrack.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/openldap.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/libldap.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/psearch.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/vlv.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/deref.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/pwdpolicy.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/simple.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/readentry.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/pagedresults.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/sss.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls copying build/lib.linux-aarch64-cpython-311/ldap/controls/ppolicy.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema copying build/lib.linux-aarch64-cpython-311/ldap/schema/__init__.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema copying build/lib.linux-aarch64-cpython-311/ldap/schema/models.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema copying build/lib.linux-aarch64-cpython-311/ldap/schema/tokenizer.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema copying build/lib.linux-aarch64-cpython-311/ldap/schema/subentry.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema copying build/lib.linux-aarch64-cpython-311/ldap/filter.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/sasl.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/syncrepl.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/ldapobject.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/constants.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/compat.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldap/pkginfo.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap copying build/lib.linux-aarch64-cpython-311/ldif.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages copying build/lib.linux-aarch64-cpython-311/ldapurl.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages copying build/lib.linux-aarch64-cpython-311/_ldap.cpython-311-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest copying build/lib.linux-aarch64-cpython-311/slapdtest/__init__.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest creating /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/ca.conf -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/client.pem -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/README -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/client.key -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/client.conf -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/server.conf -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/gencerts.sh -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/ca.pem -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/gennssdb.sh -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/server.pem -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/certs/server.key -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/certs copying build/lib.linux-aarch64-cpython-311/slapdtest/_slapdtest.py -> /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/functions.py to functions.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/logger.py to logger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/modlist.py to modlist.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/async.py to async.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/dn.py to dn.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/asyncsearch.py to asyncsearch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/cidict.py to cidict.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop/passwd.py to passwd.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop/dds.py to dds.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/resiter.py to resiter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/sessiontrack.py to sessiontrack.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/openldap.py to openldap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/libldap.py to libldap.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/psearch.py to psearch.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/vlv.py to vlv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/deref.py to deref.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/pwdpolicy.py to pwdpolicy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/simple.py to simple.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/readentry.py to readentry.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/pagedresults.py to pagedresults.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/sss.py to sss.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/ppolicy.py to ppolicy.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema/models.py to models.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema/tokenizer.py to tokenizer.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema/subentry.py to subentry.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/filter.py to filter.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/sasl.py to sasl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/syncrepl.py to syncrepl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/ldapobject.py to ldapobject.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/constants.py to constants.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/pkginfo.py to pkginfo.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldif.py to ldif.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldapurl.py to ldapurl.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/_slapdtest.py to _slapdtest.cpython-311.pyc writing byte-compilation script '/tmp/tmp5haikswd.py' /usr/bin/python3 /tmp/tmp5haikswd.py removing /tmp/tmp5haikswd.py running install_egg_info running egg_info writing Lib/python_ldap.egg-info/PKG-INFO writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt writing requirements to Lib/python_ldap.egg-info/requires.txt writing top-level names to Lib/python_ldap.egg-info/top_level.txt reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'Doc/.build' adding license file 'LICENCE' writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' Copying Lib/python_ldap.egg-info to /home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/python_ldap-3.4.3-py3.11.egg-info running install_scripts >>> py3-pyldap-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/__pycache__' '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/ldap/__pycache__' '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/extop/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/ldap/extop/__pycache__' '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/controls/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/ldap/controls/__pycache__' '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/ldap/schema/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/ldap/schema/__pycache__' '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap/usr/lib/python3.11/site-packages/slapdtest/__pycache__' -> '/home/buildozer/aports/community/py3-pyldap/pkg/py3-pyldap-pyc/usr/lib/python3.11/site-packages/slapdtest/__pycache__' >>> py3-pyldap-pyc*: Preparing subpackage py3-pyldap-pyc... >>> py3-pyldap-pyc*: Running postcheck for py3-pyldap-pyc >>> py3-pyldap*: Running postcheck for py3-pyldap >>> py3-pyldap*: Preparing package py3-pyldap... >>> py3-pyldap*: Stripping binaries >>> py3-pyldap-pyc*: Scanning shared objects >>> py3-pyldap*: Scanning shared objects >>> py3-pyldap-pyc*: Tracing dependencies... py3-asn1 py3-asn1-modules python3~3.11 >>> py3-pyldap-pyc*: Package size: 984.0 KB >>> py3-pyldap-pyc*: Compressing data... >>> py3-pyldap-pyc*: Create checksum... >>> py3-pyldap-pyc*: Create py3-pyldap-pyc-3.4.3-r2.apk >>> py3-pyldap*: Tracing dependencies... py3-asn1 py3-asn1-modules python3~3.11 so:libc.musl-aarch64.so.1 so:liblber.so.2 so:libldap.so.2 >>> py3-pyldap*: Package size: 520.0 KB >>> py3-pyldap*: Compressing data... >>> py3-pyldap*: Create checksum... >>> py3-pyldap*: Create py3-pyldap-3.4.3-r2.apk >>> py3-pyldap: Build complete at Tue, 25 Apr 2023 09:23:44 +0000 elapsed time 0h 0m 14s >>> py3-pyldap: Cleaning up srcdir >>> py3-pyldap: Cleaning up pkgdir >>> py3-pyldap: Uninstalling dependencies... (1/44) Purging .makedepends-py3-pyldap (20230425.092331) (2/44) Purging py3-asn1-modules-pyc (0.3.0-r0) (3/44) Purging py3-asn1-modules (0.3.0-r0) (4/44) Purging py3-asn1-pyc (0.4.8-r4) (5/44) Purging py3-asn1 (0.4.8-r4) (6/44) Purging python3-dev (3.11.3-r10) (7/44) Purging py3-setuptools-pyc (67.7.2-r0) (8/44) Purging py3-setuptools (67.7.2-r0) (9/44) Purging py3-packaging-pyc (23.1-r1) (10/44) Purging py3-packaging (23.1-r1) (11/44) Purging py3-parsing-pyc (3.0.9-r2) (12/44) Purging py3-parsing (3.0.9-r2) (13/44) Purging openldap-dev (2.6.4-r3) (14/44) Purging cyrus-sasl-dev (2.1.28-r4) (15/44) Purging libevent-dev (2.1.12-r6) (16/44) Purging libevent (2.1.12-r6) (17/44) Purging libsodium-dev (1.0.18-r3) (18/44) Purging libsodium (1.0.18-r3) (19/44) Purging util-linux-dev (2.38.1-r7) (20/44) Purging libfdisk (2.38.1-r7) (21/44) Purging libmount (2.38.1-r7) (22/44) Purging libsmartcols (2.38.1-r7) (23/44) Purging openldap-openrc (2.6.4-r3) (24/44) Purging openldap (2.6.4-r3) (25/44) Purging openldap-back-mdb (2.6.4-r3) (26/44) Purging openldap-clients (2.6.4-r3) (27/44) Purging openldap-overlay-syncprov (2.6.4-r3) (28/44) Purging libblkid (2.38.1-r7) (29/44) Purging libldap (2.6.4-r3) (30/44) Purging libltdl (2.4.7-r2) (31/44) Purging libsasl (2.1.28-r4) (32/44) Purging libuuid (2.38.1-r7) (33/44) Purging python3-pyc (3.11.3-r10) (34/44) Purging python3-pycache-pyc0 (3.11.3-r10) (35/44) Purging pyc (0.1-r0) (36/44) Purging python3 (3.11.3-r10) (37/44) Purging gdbm (1.23-r1) (38/44) Purging libbz2 (1.0.8-r5) (39/44) Purging libffi (3.4.4-r2) (40/44) Purging libpanelw (6.4_p20230401-r6) (41/44) Purging mpdecimal (2.5.1-r2) (42/44) Purging readline (8.2.1-r1) (43/44) Purging sqlite-libs (3.41.2-r2) (44/44) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 408 MiB in 99 packages >>> py3-pyldap: Updating the community/aarch64 repository index... >>> py3-pyldap: Signing the index...