>>> adman: Building testing/adman 0.9.0-r0 (using abuild 3.10.0_rc1-r2) started Sat, 22 Oct 2022 08:54:15 +0000 >>> adman: Checking sanity of /home/buildozer/aports/testing/adman/APKBUILD... >>> adman: Analyzing dependencies... >>> adman: Installing for build: build-base python3 py3-pyldap py3-dnspython py3-smbc py3-yaml py3-setuptools py3-pytest (1/46) Installing libbz2 (1.0.8-r3) (2/46) Installing libffi (3.4.3-r0) (3/46) Installing gdbm (1.23-r0) (4/46) Installing xz-libs (5.2.7-r0) (5/46) Installing mpdecimal (2.5.1-r1) (6/46) Installing readline (8.2.0-r0) (7/46) Installing sqlite-libs (3.39.4-r0) (8/46) Installing python3 (3.10.8-r1) (9/46) Installing py3-asn1 (0.4.8-r2) (10/46) Installing py3-asn1-modules (0.2.8-r2) (11/46) Installing libsasl (2.1.28-r2) (12/46) Installing libldap (2.6.3-r3) (13/46) Installing py3-pyldap (3.4.2-r0) (14/46) Installing py3-dnspython (2.2.1-r0) (15/46) Installing nettle (3.8.1-r0) (16/46) Installing p11-kit (0.24.1-r1) (17/46) Installing libtasn1 (4.19.0-r0) (18/46) Installing libunistring (1.1-r0) (19/46) Installing gnutls (3.7.8-r2) (20/46) Installing talloc (2.3.4-r0) (21/46) Installing tevent (0.13.0-r0) (22/46) Installing samba-util-libs (4.16.4-r0) (23/46) Installing jansson (2.14-r0) (24/46) Installing tdb-libs (1.4.7-r0) (25/46) Installing ldb (2.5.2-r0) (26/46) Installing linux-pam (1.5.2-r1) (27/46) Installing libwbclient (4.16.4-r0) (28/46) Installing samba-libs (4.16.4-r0) (29/46) Installing libsmbclient (4.16.4-r0) (30/46) Installing py3-smbc (1.0.23-r0) (31/46) Installing yaml (0.2.5-r0) (32/46) Installing py3-yaml (6.0-r0) (33/46) Installing py3-parsing (3.0.9-r0) (34/46) Installing py3-packaging (21.3-r2) (35/46) Installing py3-setuptools (65.5.0-r0) (36/46) Installing py3-atomicwrites (1.4.1-r0) (37/46) Installing py3-attrs (22.1.0-r0) (38/46) Installing py3-iniconfig (1.1.1-r3) (39/46) Installing py3-more-itertools (8.14.0-r0) (40/46) Installing py3-pluggy (1.0.0-r1) (41/46) Installing py3-py (1.11.0-r0) (42/46) Installing py3-pygments (2.13.0-r0) (43/46) Installing py3-tomli (2.0.1-r1) (44/46) Installing py3-wcwidth (0.2.5-r2) (45/46) Installing py3-pytest (7.1.3-r0) (46/46) Installing .makedepends-adman (20221022.085416) Executing busybox-1.35.0-r27.trigger OK: 444 MiB in 142 packages >>> adman: Cleaning up srcdir >>> adman: Cleaning up pkgdir >>> adman: Fetching https://distfiles.alpinelinux.org/distfiles/edge/adman-0.9.0.tar.gz >>> adman: Fetching https://distfiles.alpinelinux.org/distfiles/edge/adman-0.9.0.tar.gz >>> adman: Checking sha512sums... adman-0.9.0.tar.gz: OK >>> adman: Unpacking /var/cache/distfiles/edge/adman-0.9.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/adman copying adman/adman.py -> build/lib/adman copying adman/util.py -> build/lib/adman copying adman/paths.py -> build/lib/adman copying adman/smbacl.py -> build/lib/adman copying adman/__main__.py -> build/lib/adman copying adman/state.py -> build/lib/adman copying adman/pwexpire.py -> build/lib/adman copying adman/config.py -> build/lib/adman copying adman/email.py -> build/lib/adman copying adman/ldapfilter.py -> build/lib/adman copying adman/ldapobj.py -> build/lib/adman copying adman/types.py -> build/lib/adman copying adman/kerberos.py -> build/lib/adman copying adman/__init__.py -> build/lib/adman copying adman/version.py -> build/lib/adman copying adman/locate.py -> build/lib/adman copying adman/assign.py -> build/lib/adman copying adman/cli.py -> build/lib/adman copying adman/userdir.py -> build/lib/adman copying adman/staleacct.py -> build/lib/adman running egg_info creating adman.egg-info writing adman.egg-info/PKG-INFO writing dependency_links to adman.egg-info/dependency_links.txt writing entry points to adman.egg-info/entry_points.txt writing requirements to adman.egg-info/requires.txt writing top-level names to adman.egg-info/top_level.txt writing manifest file 'adman.egg-info/SOURCES.txt' reading manifest file 'adman.egg-info/SOURCES.txt' writing manifest file 'adman.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/adman/src/adman-v0.9.0, configfile: pytest.ini collecting ... collected 111 items tests/test_config.py::Test_ProjectExampleConfig::test_toplevel PASSED [ 0%] tests/test_config.py::Test_ProjectExampleConfig::test_ldap_auth PASSED [ 1%] tests/test_config.py::Test_ProjectExampleConfig::test_id_assign PASSED [ 2%] tests/test_config.py::Test_ProjectExampleConfig::test_upn_suffixes PASSED [ 3%] tests/test_config.py::Test_ProjectExampleConfig::test_passwod_expiry PASSED [ 4%] tests/test_config.py::Test_ProjectExampleConfig::test_smtp PASSED [ 5%] tests/test_config.py::Test_ProjectExampleConfig::test_stale_accounts PASSED [ 6%] tests/test_config.py::Test_Config::test_keynames PASSED [ 7%] tests/test_config.py::Test_Config::test_only_scope PASSED [ 8%] tests/test_config.py::Test_Config::test_no_only PASSED [ 9%] tests/test_config.py::Test_Config::test_missing_domain PASSED [ 9%] tests/test_config.py::Test_Config::test_missing_smtp PASSED [ 10%] tests/test_config.py::Test_Config::test_missing_smtp_with_pwexp PASSED [ 11%] tests/test_config.py::Test_Config::test_id_assign_no_only PASSED [ 12%] tests/test_config.py::Test_Config::test_id_assign_only_empty PASSED [ 13%] tests/test_config.py::Test_Config::test_id_assign_only_all PASSED [ 14%] tests/test_config.py::Test_Config::test_container_config_absent_or_default PASSED [ 15%] tests/test_config.py::Test_Config::test_container_config_empty_or_null PASSED [ 16%] tests/test_config.py::Test_Config::tests_upn_suffixes_all_not_allowed PASSED [ 17%] tests/test_config.py::Test_DurationConfig::test_duration_singular_second PASSED [ 18%] tests/test_config.py::Test_DurationConfig::test_duration_multi_seconds PASSED [ 18%] tests/test_config.py::Test_DurationConfig::test_duration_singular_minute PASSED [ 19%] tests/test_config.py::Test_DurationConfig::test_duration_multi_minutes PASSED [ 20%] tests/test_config.py::Test_DurationConfig::test_duration_singular_hour PASSED [ 21%] tests/test_config.py::Test_DurationConfig::test_duration_multi_hours PASSED [ 22%] tests/test_config.py::Test_DurationConfig::test_duration_singular_day PASSED [ 23%] tests/test_config.py::Test_DurationConfig::test_duration_multi_days PASSED [ 24%] tests/test_config.py::Test_DurationConfig::test_duration_singular_week PASSED [ 25%] tests/test_config.py::Test_DurationConfig::test_duration_multi_weeks PASSED [ 26%] tests/test_config.py::Test_DurationConfig::test_duration_singular_year PASSED [ 27%] tests/test_config.py::Test_DurationConfig::test_duration_multi_years PASSED [ 27%] tests/test_config.py::Test_DurationConfig::test_str PASSED [ 28%] tests/test_kerberos.py::Test_Kerberos::test_heimdal PASSED [ 29%] tests/test_kerberos.py::Test_Kerberos::test_heimdal_expired PASSED [ 30%] tests/test_kerberos.py::Test_Kerberos::test_mit PASSED [ 31%] tests/test_kerberos.py::Test_Kerberos::test_mit_v1_18 PASSED [ 32%] tests/test_ldapfilter.py::TestFilter::test_parens_ok PASSED [ 33%] tests/test_ldapfilter.py::TestFilter::test_no_parens_ok PASSED [ 34%] tests/test_ldapfilter.py::TestFilter::test_mismatched_parens_raise PASSED [ 35%] tests/test_ldapfilter.py::TestFilter::test_identity PASSED [ 36%] tests/test_ldapfilter.py::TestFilter::test_simple PASSED [ 36%] tests/test_ldapfilter.py::TestFilter::test_not PASSED [ 37%] tests/test_ldapfilter.py::TestFilter::test_not_and PASSED [ 38%] tests/test_ldapfilter.py::TestFilter::test_and2 PASSED [ 39%] tests/test_ldapfilter.py::TestFilter::test_and3 PASSED [ 40%] tests/test_ldapfilter.py::TestFilter::test_and3_group_right PASSED [ 41%] tests/test_ldapfilter.py::TestFilter::test_and4_group_group PASSED [ 42%] tests/test_ldapfilter.py::TestFilter::test_and_group_unchanged PASSED [ 43%] tests/test_ldapfilter.py::TestFilter::test_or2 PASSED [ 44%] tests/test_ldapfilter.py::TestFilter::test_or3 PASSED [ 45%] tests/test_ldapfilter.py::TestFilter::test_or3_group_right PASSED [ 45%] tests/test_ldapfilter.py::TestFilter::test_or4_group_group PASSED [ 46%] tests/test_ldapfilter.py::TestFilter::test_or2_and PASSED [ 47%] tests/test_ldapfilter.py::TestFilter::test_or_and2 PASSED [ 48%] tests/test_ldapfilter.py::TestFilter::test_and2_or PASSED [ 49%] tests/test_ldapfilter.py::TestFilter::test_and_or2 PASSED [ 50%] tests/test_ldapobj.py::TestLdapObject::test_construct PASSED [ 51%] tests/test_ldapobj.py::TestLdapObject::test_construct_missing PASSED [ 52%] tests/test_ldapobj.py::TestLdapObject::test_readonly PASSED [ 53%] tests/test_ldapobj.py::TestLdapObject::test_set_unknown_attr PASSED [ 54%] tests/test_ldapobj.py::TestLdapObject::test_modify_one PASSED [ 54%] tests/test_ldapobj.py::TestLdapObject::test_modify_missing PASSED [ 55%] tests/test_ldapobj.py::TestLdapObject::test_modify_wrong_type PASSED [ 56%] tests/test_ldapobj.py::TestLdapObject::test_modify_None PASSED [ 57%] tests/test_ldapobj.py::TestLdapObject::test_modify_atomic PASSED [ 58%] tests/test_ldapobj.py::TestLdapObject::test_set_missing_atomic PASSED [ 59%] tests/test_ldapobj.py::TestLdapObject::test_clear_atomic PASSED [ 60%] tests/test_ldapobj.py::TestLdapObject::test_modify_multiple_times_same_value PASSED [ 61%] tests/test_ldapobj.py::TestLdapObject::test_modify_multiple_times_different_values PASSED [ 62%] tests/test_ldapobj.py::TestLdapObject::test_modify_noop PASSED [ 63%] tests/test_ldapobj.py::TestLdapObject::test_modify_noop2 PASSED [ 63%] tests/test_ldapobj.py::TestLdapObject::test_property_get PASSED [ 64%] tests/test_ldapobj.py::TestLdapObject::test_property_set PASSED [ 65%] tests/test_smbacl.py::TestSMBACL::test_libsmb_xattr_values PASSED [ 66%] tests/test_smbacl.py::TestSMBACL::test_parse_ace_val PASSED [ 67%] tests/test_smbacl.py::TestSMBACL::test_ace_str_roundtrip XFAIL (See note on SmbAceVal.__str__) [ 68%] tests/test_smbacl.py::TestSMBACL::test_ace_value_attrs PASSED [ 69%] tests/test_smbacl.py::Test_SmbSecurityDesc::test_parse PASSED [ 70%] tests/test_types.py::TestSID::test_from_bytes PASSED [ 71%] tests/test_types.py::TestSID::test_from_str PASSED [ 72%] tests/test_types.py::TestSID::test_to_bytes PASSED [ 72%] tests/test_types.py::TestSID::test_get_set_rid PASSED [ 73%] tests/test_util.py::Test_count::test_count_empty PASSED [ 74%] tests/test_util.py::Test_count::test_count_empty_gen PASSED [ 75%] tests/test_util.py::Test_count::test_count_list PASSED [ 76%] tests/test_util.py::Test_count::test_count_gen PASSED [ 77%] tests/test_util.py::Test_count::test_count_list_cond PASSED [ 78%] tests/test_util.py::Test_count::test_count_list_cond_nomatch PASSED [ 79%] tests/test_util.py::Test_single::test_single_one PASSED [ 80%] tests/test_util.py::Test_single::test_single_one_match PASSED [ 81%] tests/test_util.py::Test_single::test_single_empty PASSED [ 81%] tests/test_util.py::Test_single::test_single_none_match PASSED [ 82%] tests/test_util.py::Test_single::test_multiple PASSED [ 83%] tests/test_util.py::Test_single::test_multiple_match PASSED [ 84%] tests/test_util.py::Test_single::test_single_one_None PASSED [ 85%] tests/test_util.py::Test_single::test_single_or PASSED [ 86%] tests/test_util.py::Test_int_from_bytes::test_simple_big PASSED [ 87%] tests/test_util.py::Test_int_from_bytes::test_simple_little PASSED [ 88%] tests/test_util.py::Test_int_from_bytes::test_offset PASSED [ 89%] tests/test_util.py::Test_int_from_bytes::test_extra_length PASSED [ 90%] tests/test_util.py::Test_int_from_bytes::test_raise_on_short PASSED [ 90%] tests/test_util.py::Test_join_nonempty::test_no_args PASSED [ 91%] tests/test_util.py::Test_join_nonempty::test_all_empty_args PASSED [ 92%] tests/test_util.py::Test_join_nonempty::test_one_empty_arg PASSED [ 93%] tests/test_util.py::Test_join_nonempty::test_no_empty_args PASSED [ 94%] tests/test_util.py::Test_FILETIME::test__FILETIME_to_datetime__negative PASSED [ 95%] tests/test_util.py::Test_FILETIME::test__FILETIME_to_datetime__normal PASSED [ 96%] tests/test_util.py::Test_FILETIME::test__FILETIME_to_datetime__overflow PASSED [ 97%] tests/test_util.py::Test_FILETIME::test__datetime_to_FILETIME__normal PASSED [ 98%] tests/test_util.py::Test_FILETIME::test__datetime_to_FILETIME__max PASSED [ 99%] tests/test_util.py::Test_FILETIME::test__datetime_to_FILETIME__requires_offset_aware PASSED [100%] ======================== 110 passed, 1 xfailed in 0.91s ======================== >>> adman: Entering fakeroot... running install /usr/lib/python3.10/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/adman/pkg creating /home/buildozer/aports/testing/adman/pkg/adman creating /home/buildozer/aports/testing/adman/pkg/adman/usr creating /home/buildozer/aports/testing/adman/pkg/adman/usr/lib creating /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10 creating /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/adman.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/util.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/paths.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman creating /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/ldapfilter.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/config.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/ldapobj.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/version.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/types.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/kerberos.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/util.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/__pycache__/smbacl.cpython-310.pyc -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__pycache__ copying build/lib/adman/smbacl.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/__main__.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/state.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/pwexpire.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/config.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/email.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/ldapfilter.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/ldapobj.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/types.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/kerberos.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/__init__.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/version.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/locate.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/assign.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/cli.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/userdir.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman copying build/lib/adman/staleacct.py -> /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/adman.py to adman.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/paths.py to paths.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/state.py to state.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/pwexpire.py to pwexpire.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/email.py to email.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/locate.py to locate.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/assign.py to assign.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/cli.py to cli.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/userdir.py to userdir.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman/staleacct.py to staleacct.cpython-310.pyc running install_egg_info running egg_info writing adman.egg-info/PKG-INFO writing dependency_links to adman.egg-info/dependency_links.txt writing entry points to adman.egg-info/entry_points.txt writing requirements to adman.egg-info/requires.txt writing top-level names to adman.egg-info/top_level.txt reading manifest file 'adman.egg-info/SOURCES.txt' writing manifest file 'adman.egg-info/SOURCES.txt' Copying adman.egg-info to /home/buildozer/aports/testing/adman/pkg/adman/usr/lib/python3.10/site-packages/adman-0.9.0-py3.10.egg-info running install_scripts Installing adman script to /home/buildozer/aports/testing/adman/pkg/adman/usr/bin >>> adman*: Running postcheck for adman >>> adman*: Preparing package adman... >>> adman*: Tracing dependencies... >>> adman*: Package size: 364.0 KB >>> adman*: Compressing data... >>> adman*: Create checksum... >>> adman*: Create adman-0.9.0-r0.apk >>> adman: Build complete at Sat, 22 Oct 2022 08:54:20 +0000 elapsed time 0h 0m 5s >>> adman: Cleaning up srcdir >>> adman: Cleaning up pkgdir >>> adman: Uninstalling dependencies... (1/46) Purging .makedepends-adman (20221022.085416) (2/46) Purging py3-pyldap (3.4.2-r0) (3/46) Purging py3-asn1-modules (0.2.8-r2) (4/46) Purging py3-asn1 (0.4.8-r2) (5/46) Purging py3-dnspython (2.2.1-r0) (6/46) Purging py3-smbc (1.0.23-r0) (7/46) Purging py3-yaml (6.0-r0) (8/46) Purging py3-setuptools (65.5.0-r0) (9/46) Purging py3-pytest (7.1.3-r0) (10/46) Purging py3-atomicwrites (1.4.1-r0) (11/46) Purging py3-attrs (22.1.0-r0) (12/46) Purging py3-iniconfig (1.1.1-r3) (13/46) Purging py3-more-itertools (8.14.0-r0) (14/46) Purging py3-packaging (21.3-r2) (15/46) Purging py3-parsing (3.0.9-r0) (16/46) Purging py3-pluggy (1.0.0-r1) (17/46) Purging py3-py (1.11.0-r0) (18/46) Purging py3-pygments (2.13.0-r0) (19/46) Purging py3-tomli (2.0.1-r1) (20/46) Purging py3-wcwidth (0.2.5-r2) (21/46) Purging python3 (3.10.8-r1) (22/46) Purging libbz2 (1.0.8-r3) (23/46) Purging libsmbclient (4.16.4-r0) (24/46) Purging samba-libs (4.16.4-r0) (25/46) Purging samba-util-libs (4.16.4-r0) (26/46) Purging gnutls (3.7.8-r2) (27/46) Purging p11-kit (0.24.1-r1) (28/46) Purging libffi (3.4.3-r0) (29/46) Purging libldap (2.6.3-r3) (30/46) Purging libsasl (2.1.28-r2) (31/46) Purging gdbm (1.23-r0) (32/46) Purging xz-libs (5.2.7-r0) (33/46) Purging mpdecimal (2.5.1-r1) (34/46) Purging readline (8.2.0-r0) (35/46) Purging sqlite-libs (3.39.4-r0) (36/46) Purging nettle (3.8.1-r0) (37/46) Purging libtasn1 (4.19.0-r0) (38/46) Purging libunistring (1.1-r0) (39/46) Purging ldb (2.5.2-r0) (40/46) Purging tevent (0.13.0-r0) (41/46) Purging talloc (2.3.4-r0) (42/46) Purging jansson (2.14-r0) (43/46) Purging tdb-libs (1.4.7-r0) (44/46) Purging linux-pam (1.5.2-r1) (45/46) Purging libwbclient (4.16.4-r0) (46/46) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r27.trigger OK: 330 MiB in 96 packages >>> adman: Updating the testing/armhf repository index... >>> adman: Signing the index...