>>> py3-pycares: Building community/py3-pycares 4.4.0-r1 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 01:47:49 +0000 >>> py3-pycares: Validating /home/udu/aports/community/py3-pycares/APKBUILD... >>> py3-pycares: Analyzing dependencies... >>> py3-pycares: Installing for build: build-base python3 py3-idna py3-cffi py3-setuptools c-ares-dev python3-dev py3-gpep517 py3-wheel WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/24) Upgrading python3 (3.12.11-r0 -> 3.12.12-r0) (2/24) Upgrading python3-pycache-pyc0 (3.12.11-r0 -> 3.12.12-r0) (3/24) Upgrading python3-pyc (3.12.11-r0 -> 3.12.12-r0) (4/24) Installing py3-idna (3.10-r0) (5/24) Installing py3-idna-pyc (3.10-r0) (6/24) Installing py3-cparser (2.22-r1) (7/24) Installing py3-cparser-pyc (2.22-r1) (8/24) Installing py3-cffi (1.17.1-r1) (9/24) Installing py3-cffi-pyc (1.17.1-r1) (10/24) Installing py3-parsing (3.2.3-r0) (11/24) Installing py3-parsing-pyc (3.2.3-r0) (12/24) Installing py3-packaging (25.0-r0) (13/24) Installing py3-packaging-pyc (25.0-r0) (14/24) Installing py3-setuptools (80.9.0-r0) (15/24) Installing py3-setuptools-pyc (80.9.0-r0) (16/24) Installing c-ares-dev (1.34.5-r0) (17/24) Installing python3-dev (3.12.12-r0) (18/24) Installing py3-installer (0.7.0-r2) (19/24) Installing py3-installer-pyc (0.7.0-r2) (20/24) Installing py3-gpep517 (19-r0) (21/24) Installing py3-gpep517-pyc (19-r0) (22/24) Installing py3-wheel (0.46.1-r0) (23/24) Installing py3-wheel-pyc (0.46.1-r0) (24/24) Installing .makedepends-py3-pycares (20251013.014749) Executing busybox-1.37.0-r19.trigger OK: 355 MiB in 110 packages >>> py3-pycares: Cleaning up srcdir >>> py3-pycares: Cleaning up pkgdir >>> py3-pycares: Cleaning up tmpdir >>> py3-pycares: Fetching https://files.pythonhosted.org/packages/source/p/pycares/pycares-4.4.0.tar.gz >>> py3-pycares: Fetching https://files.pythonhosted.org/packages/source/p/pycares/pycares-4.4.0.tar.gz >>> py3-pycares: Checking sha512sums... pycares-4.4.0.tar.gz: OK >>> py3-pycares: Unpacking /var/cache/distfiles/pycares-4.4.0.tar.gz... 2025-10-13 01:47:50,393 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-10-13 01:47:50,444 root INFO running bdist_wheel 2025-10-13 01:47:50,448 root INFO running build 2025-10-13 01:47:50,448 root INFO running build_py 2025-10-13 01:47:50,450 root INFO creating build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,450 root INFO copying src/pycares/utils.py -> build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,450 root INFO copying src/pycares/_version.py -> build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,451 root INFO copying src/pycares/errno.py -> build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,451 root INFO copying src/pycares/__init__.py -> build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,451 root INFO copying src/pycares/__main__.py -> build/lib.linux-x86_64-cpython-312/pycares 2025-10-13 01:47:50,451 root INFO running build_ext 2025-10-13 01:47:50,451 root INFO generating cffi module 'build/temp.linux-x86_64-cpython-312/_cares.c' 2025-10-13 01:47:50,451 root INFO creating build/temp.linux-x86_64-cpython-312 2025-10-13 01:47:50,460 root INFO building '_cares' extension 2025-10-13 01:47:50,460 root INFO creating build/temp.linux-x86_64-cpython-312/build/temp.linux-x86_64-cpython-312 2025-10-13 01:47:50,460 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -DHAVE_CONFIG_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Ideps/build-config/include -I/usr/include/python3.12 -c build/temp.linux-x86_64-cpython-312/_cares.c -o build/temp.linux-x86_64-cpython-312/build/temp.linux-x86_64-cpython-312/_cares.o build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_create_query': build/temp.linux-x86_64-cpython-312/_cares.c:1122:3: warning: 'ares_create_query' is deprecated: Use ares_dns_record_create instead [-Wdeprecated-declarations] 1122 | return ares_create_query(x0, x1, x2, x3, x4, x5, x6, x7); | ^~~~~~ In file included from build/temp.linux-x86_64-cpython-312/_cares.c:584: /usr/include/ares.h:957:63: note: declared here 957 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_record_create) int ares_create_query( | ^~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_create_query': build/temp.linux-x86_64-cpython-312/_cares.c:1201:3: warning: 'ares_create_query' is deprecated: Use ares_dns_record_create instead [-Wdeprecated-declarations] 1201 | { result = ares_create_query(x0, x1, x2, x3, x4, x5, x6, x7); } | ^ /usr/include/ares.h:957:63: note: declared here 957 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_record_create) int ares_create_query( | ^~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_get_servers': build/temp.linux-x86_64-cpython-312/_cares.c:1647:3: warning: 'ares_get_servers' is deprecated: Use ares_get_servers_csv instead [-Wdeprecated-declarations] 1647 | return ares_get_servers(x0, x1); | ^~~~~~ /usr/include/ares.h:1183:61: note: declared here 1183 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_get_servers_csv) int ares_get_servers( | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_get_servers': build/temp.linux-x86_64-cpython-312/_cares.c:1685:3: warning: 'ares_get_servers' is deprecated: Use ares_get_servers_csv instead [-Wdeprecated-declarations] 1685 | { result = ares_get_servers(x0, x1); } | ^ /usr/include/ares.h:1183:61: note: declared here 1183 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_get_servers_csv) int ares_get_servers( | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_gethostbyname': build/temp.linux-x86_64-cpython-312/_cares.c:1870:3: warning: 'ares_gethostbyname' is deprecated: Use ares_getaddrinfo instead [-Wdeprecated-declarations] 1870 | ares_gethostbyname(x0, x1, x2, x3, x4); | ^~~~~~~~~~~~~~~~~~ /usr/include/ares.h:879:58: note: declared here 879 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void ares_gethostbyname( | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_gethostbyname': build/temp.linux-x86_64-cpython-312/_cares.c:1929:3: warning: 'ares_gethostbyname' is deprecated: Use ares_getaddrinfo instead [-Wdeprecated-declarations] 1929 | { ares_gethostbyname(x0, x1, x2, x3, x4); } | ^ /usr/include/ares.h:879:58: note: declared here 879 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_getaddrinfo) void ares_gethostbyname( | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_getsock': build/temp.linux-x86_64-cpython-312/_cares.c:2094:3: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2094 | return ares_getsock(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_getsock': build/temp.linux-x86_64-cpython-312/_cares.c:2138:3: warning: 'ares_getsock' is deprecated: Use ARES_OPT_EVENT_THREAD or ARES_OPT_SOCK_STATE_CB instead [-Wdeprecated-declarations] 2138 | { result = ares_getsock(x0, x1, x2); } | ^ /usr/include/ares.h:903:31: note: declared here 903 | ARES_OPT_SOCK_STATE_CB) int ares_getsock(const ares_channel_t *channel, | ^~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_init': build/temp.linux-x86_64-cpython-312/_cares.c:2277:3: warning: 'ares_init' is deprecated: Use ares_init_options instead [-Wdeprecated-declarations] 2277 | return ares_init(x0); | ^~~~~~ /usr/include/ares.h:487:70: note: declared here 487 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_init_options) int ares_init( | ^~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_init': build/temp.linux-x86_64-cpython-312/_cares.c:2300:3: warning: 'ares_init' is deprecated: Use ares_init_options instead [-Wdeprecated-declarations] 2300 | { result = ares_init(x0); } | ^ /usr/include/ares.h:487:70: note: declared here 487 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_init_options) int ares_init( | ^~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_mkquery': build/temp.linux-x86_64-cpython-312/_cares.c:2428:3: warning: 'ares_mkquery' is deprecated: Use ares_dns_record_create instead [-Wdeprecated-declarations] 2428 | return ares_mkquery(x0, x1, x2, x3, x4, x5, x6); | ^~~~~~ /usr/include/ares.h:961:63: note: declared here 961 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_record_create) int ares_mkquery( | ^~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_mkquery': build/temp.linux-x86_64-cpython-312/_cares.c:2501:3: warning: 'ares_mkquery' is deprecated: Use ares_dns_record_create instead [-Wdeprecated-declarations] 2501 | { result = ares_mkquery(x0, x1, x2, x3, x4, x5, x6); } | ^ /usr/include/ares.h:961:63: note: declared here 961 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_record_create) int ares_mkquery( | ^~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_a_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2516:3: warning: 'ares_parse_a_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2516 | return ares_parse_a_reply(x0, x1, x2, x3, x4); | ^~~~~~ /usr/include/ares.h:1098:55: note: declared here 1098 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_a_reply( | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_a_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2582:3: warning: 'ares_parse_a_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2582 | { result = ares_parse_a_reply(x0, x1, x2, x3, x4); } | ^ /usr/include/ares.h:1098:55: note: declared here 1098 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_a_reply( | ^~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_aaaa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2597:3: warning: 'ares_parse_aaaa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2597 | return ares_parse_aaaa_reply(x0, x1, x2, x3, x4); | ^~~~~~ /usr/include/ares.h:1102:55: note: declared here 1102 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_aaaa_reply( | ^~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_aaaa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2663:3: warning: 'ares_parse_aaaa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2663 | { result = ares_parse_aaaa_reply(x0, x1, x2, x3, x4); } | ^ /usr/include/ares.h:1102:55: note: declared here 1102 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_aaaa_reply( | ^~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_caa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2678:3: warning: 'ares_parse_caa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2678 | return ares_parse_caa_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1106:55: note: declared here 1106 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_caa_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_caa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2722:3: warning: 'ares_parse_caa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2722 | { result = ares_parse_caa_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1106:55: note: declared here 1106 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_caa_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_mx_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2737:3: warning: 'ares_parse_mx_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2737 | return ares_parse_mx_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1119:55: note: declared here 1119 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_mx_reply( | ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_mx_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2781:3: warning: 'ares_parse_mx_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2781 | { result = ares_parse_mx_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1119:55: note: declared here 1119 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_mx_reply( | ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_naptr_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2796:3: warning: 'ares_parse_naptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2796 | return ares_parse_naptr_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1128:55: note: declared here 1128 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_naptr_reply( | ^~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_naptr_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2840:3: warning: 'ares_parse_naptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2840 | { result = ares_parse_naptr_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1128:55: note: declared here 1128 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_naptr_reply( | ^~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_ns_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2855:3: warning: 'ares_parse_ns_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2855 | return ares_parse_ns_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1113:55: note: declared here 1113 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_ns_reply( | ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_ns_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2899:3: warning: 'ares_parse_ns_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2899 | { result = ares_parse_ns_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1113:55: note: declared here 1113 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_ns_reply( | ^~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_ptr_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2914:3: warning: 'ares_parse_ptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2914 | return ares_parse_ptr_reply(x0, x1, x2, x3, x4, x5); | ^~~~~~ /usr/include/ares.h:1109:55: note: declared here 1109 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_ptr_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_ptr_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2981:3: warning: 'ares_parse_ptr_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2981 | { result = ares_parse_ptr_reply(x0, x1, x2, x3, x4, x5); } | ^ /usr/include/ares.h:1109:55: note: declared here 1109 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_ptr_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_soa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:2996:3: warning: 'ares_parse_soa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 2996 | return ares_parse_soa_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1131:55: note: declared here 1131 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_soa_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_soa_reply': build/temp.linux-x86_64-cpython-312/_cares.c:3040:3: warning: 'ares_parse_soa_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 3040 | { result = ares_parse_soa_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1131:55: note: declared here 1131 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_soa_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_srv_reply': build/temp.linux-x86_64-cpython-312/_cares.c:3055:3: warning: 'ares_parse_srv_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 3055 | return ares_parse_srv_reply(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1116:55: note: declared here 1116 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_srv_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_srv_reply': build/temp.linux-x86_64-cpython-312/_cares.c:3099:3: warning: 'ares_parse_srv_reply' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 3099 | { result = ares_parse_srv_reply(x0, x1, x2); } | ^ /usr/include/ares.h:1116:55: note: declared here 1116 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_srv_reply( | ^~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_parse_txt_reply_ext': build/temp.linux-x86_64-cpython-312/_cares.c:3114:3: warning: 'ares_parse_txt_reply_ext' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 3114 | return ares_parse_txt_reply_ext(x0, x1, x2); | ^~~~~~ /usr/include/ares.h:1125:55: note: declared here 1125 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_txt_reply_ext( | ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_parse_txt_reply_ext': build/temp.linux-x86_64-cpython-312/_cares.c:3158:3: warning: 'ares_parse_txt_reply_ext' is deprecated: Use ares_dns_parse instead [-Wdeprecated-declarations] 3158 | { result = ares_parse_txt_reply_ext(x0, x1, x2); } | ^ /usr/include/ares.h:1125:55: note: declared here 1125 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_dns_parse) int ares_parse_txt_reply_ext( | ^~~~~~~~~~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_query': build/temp.linux-x86_64-cpython-312/_cares.c:3225:3: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3225 | ares_query(x0, x1, x2, x3, x4, x5); | ^~~~~~~~~~ /usr/include/ares.h:836:59: note: declared here 836 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_query': build/temp.linux-x86_64-cpython-312/_cares.c:3290:3: warning: 'ares_query' is deprecated: Use ares_query_dnsrec instead [-Wdeprecated-declarations] 3290 | { ares_query(x0, x1, x2, x3, x4, x5); } | ^ /usr/include/ares.h:836:59: note: declared here 836 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_query_dnsrec) void ares_query( | ^~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_search': build/temp.linux-x86_64-cpython-312/_cares.c:3369:3: warning: 'ares_search' is deprecated: Use ares_search_dnsrec instead [-Wdeprecated-declarations] 3369 | ares_search(x0, x1, x2, x3, x4, x5); | ^~~~~~~~~~~ /usr/include/ares.h:859:60: note: declared here 859 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_search_dnsrec) void ares_search( | ^~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_search': build/temp.linux-x86_64-cpython-312/_cares.c:3434:3: warning: 'ares_search' is deprecated: Use ares_search_dnsrec instead [-Wdeprecated-declarations] 3434 | { ares_search(x0, x1, x2, x3, x4, x5); } | ^ /usr/include/ares.h:859:60: note: declared here 859 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_search_dnsrec) void ares_search( | ^~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_send': build/temp.linux-x86_64-cpython-312/_cares.c:3449:3: warning: 'ares_send' is deprecated: Use ares_send_dnsrec instead [-Wdeprecated-declarations] 3449 | ares_send(x0, x1, x2, x3, x4); | ^~~~~~~~~ /usr/include/ares.h:816:58: note: declared here 816 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_send_dnsrec) void ares_send( | ^~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_send': build/temp.linux-x86_64-cpython-312/_cares.c:3508:3: warning: 'ares_send' is deprecated: Use ares_send_dnsrec instead [-Wdeprecated-declarations] 3508 | { ares_send(x0, x1, x2, x3, x4); } | ^ /usr/include/ares.h:816:58: note: declared here 816 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_send_dnsrec) void ares_send( | ^~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_d_ares_set_servers': build/temp.linux-x86_64-cpython-312/_cares.c:3671:3: warning: 'ares_set_servers' is deprecated: Use ares_set_servers_csv instead [-Wdeprecated-declarations] 3671 | return ares_set_servers(x0, x1); | ^~~~~~ /usr/include/ares.h:1168:61: note: declared here 1168 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_set_servers_csv) int ares_set_servers( | ^~~~~~~~~~~~~~~~ build/temp.linux-x86_64-cpython-312/_cares.c: In function '_cffi_f_ares_set_servers': build/temp.linux-x86_64-cpython-312/_cares.c:3709:3: warning: 'ares_set_servers' is deprecated: Use ares_set_servers_csv instead [-Wdeprecated-declarations] 3709 | { result = ares_set_servers(x0, x1); } | ^ /usr/include/ares.h:1168:61: note: declared here 1168 | CARES_EXTERN CARES_DEPRECATED_FOR(ares_set_servers_csv) int ares_set_servers( | ^~~~~~~~~~~~~~~~ 2025-10-13 01:47:51,281 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/build/temp.linux-x86_64-cpython-312/_cares.o -L/usr/lib -ldl -lrt -lcares -o build/lib.linux-x86_64-cpython-312/pycares/_cares.cpython-312-x86_64-linux-musl.so 2025-10-13 01:47:51,295 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-13 01:47:51,295 root INFO running install 2025-10-13 01:47:51,300 root INFO running install_lib 2025-10-13 01:47:51,302 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-13 01:47:51,302 root INFO creating build/bdist.linux-x86_64/wheel/pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/_cares.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/utils.py -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/_version.py -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/errno.py -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/__init__.py -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,302 root INFO copying build/lib.linux-x86_64-cpython-312/pycares/__main__.py -> build/bdist.linux-x86_64/wheel/./pycares 2025-10-13 01:47:51,303 root INFO running install_egg_info 2025-10-13 01:47:51,304 root INFO running egg_info 2025-10-13 01:47:51,305 root INFO writing src/pycares.egg-info/PKG-INFO 2025-10-13 01:47:51,306 root INFO writing dependency_links to src/pycares.egg-info/dependency_links.txt 2025-10-13 01:47:51,306 root INFO writing requirements to src/pycares.egg-info/requires.txt 2025-10-13 01:47:51,306 root INFO writing top-level names to src/pycares.egg-info/top_level.txt 2025-10-13 01:47:51,307 root INFO reading manifest file 'src/pycares.egg-info/SOURCES.txt' 2025-10-13 01:47:51,310 root INFO reading manifest template 'MANIFEST.in' 2025-10-13 01:47:51,311 root WARNING warning: no files found matching 'tox.ini' 2025-10-13 01:47:51,313 root WARNING warning: no previously-included files matching '__pycache__' found under directory '*' 2025-10-13 01:47:51,313 root WARNING warning: no previously-included files matching '*.py[co]' found under directory '*' 2025-10-13 01:47:51,314 root WARNING warning: no previously-included files matching '*.[ao]' found under directory '*' 2025-10-13 01:47:51,314 root WARNING warning: no previously-included files matching '*.so' found under directory '*' 2025-10-13 01:47:51,314 root WARNING no previously-included directories found matching 'docs/_build' 2025-10-13 01:47:51,314 root INFO adding license file 'LICENSE' 2025-10-13 01:47:51,318 root INFO writing manifest file 'src/pycares.egg-info/SOURCES.txt' 2025-10-13 01:47:51,318 root INFO Copying src/pycares.egg-info to build/bdist.linux-x86_64/wheel/./pycares-4.4.0-py3.12.egg-info 2025-10-13 01:47:51,318 root INFO running install_scripts 2025-10-13 01:47:51,321 root INFO creating build/bdist.linux-x86_64/wheel/pycares-4.4.0.dist-info/WHEEL 2025-10-13 01:47:51,321 wheel INFO creating '/home/udu/aports/community/py3-pycares/src/pycares-4.4.0/.dist/.tmp-c_33a9tz/pycares-4.4.0-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-13 01:47:51,321 wheel INFO adding 'pycares/__init__.py' 2025-10-13 01:47:51,321 wheel INFO adding 'pycares/__main__.py' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares/_cares.cpython-312-x86_64-linux-musl.so' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares/_version.py' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares/errno.py' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares/utils.py' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares-4.4.0.dist-info/licenses/LICENSE' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares-4.4.0.dist-info/METADATA' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares-4.4.0.dist-info/WHEEL' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares-4.4.0.dist-info/top_level.txt' 2025-10-13 01:47:51,322 wheel INFO adding 'pycares-4.4.0.dist-info/RECORD' 2025-10-13 01:47:51,322 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-13 01:47:51,323 gpep517 INFO The backend produced .dist/pycares-4.4.0-cp312-cp312-linux_x86_64.whl pycares-4.4.0-cp312-cp312-linux_x86_64.whl >>> py3-pycares: Entering fakeroot... >>> py3-pycares-doc*: Running split function doc... 'usr/share/licenses' -> '/home/udu/aports/community/py3-pycares/pkg/py3-pycares-doc/usr/share/licenses' >>> py3-pycares-doc*: Preparing subpackage py3-pycares-doc... >>> py3-pycares-doc*: Running postcheck for py3-pycares-doc >>> py3-pycares*: Running postcheck for py3-pycares >>> WARNING: py3-pycares*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pycares*: Preparing package py3-pycares... >>> py3-pycares*: Stripping binaries >>> py3-pycares-doc*: Scanning shared objects >>> py3-pycares*: Scanning shared objects >>> py3-pycares-doc*: Tracing dependencies... >>> py3-pycares-doc*: Package size: 4.1 KB >>> py3-pycares-doc*: Compressing data... >>> py3-pycares-doc*: Create checksum... >>> py3-pycares-doc*: Create py3-pycares-doc-4.4.0-r1.apk >>> py3-pycares*: Tracing dependencies... python3 py3-idna py3-cffi python3~3.12 so:libc.musl-x86_64.so.1 so:libcares.so.2 >>> py3-pycares*: Package size: 170.7 KB >>> py3-pycares*: Compressing data... >>> py3-pycares*: Create checksum... >>> py3-pycares*: Create py3-pycares-4.4.0-r1.apk >>> py3-pycares: Build complete at Mon, 13 Oct 2025 01:47:51 +0000 elapsed time 0h 0m 2s >>> py3-pycares: Cleaning up srcdir >>> py3-pycares: Cleaning up pkgdir >>> py3-pycares: Uninstalling dependencies... (1/21) Purging .makedepends-py3-pycares (20251013.014749) (2/21) Purging py3-idna-pyc (3.10-r0) (3/21) Purging py3-idna (3.10-r0) (4/21) Purging py3-cffi-pyc (1.17.1-r1) (5/21) Purging py3-cffi (1.17.1-r1) (6/21) Purging py3-cparser-pyc (2.22-r1) (7/21) Purging py3-cparser (2.22-r1) (8/21) Purging py3-setuptools-pyc (80.9.0-r0) (9/21) Purging py3-setuptools (80.9.0-r0) (10/21) Purging c-ares-dev (1.34.5-r0) (11/21) Purging python3-dev (3.12.12-r0) (12/21) Purging py3-gpep517-pyc (19-r0) (13/21) Purging py3-gpep517 (19-r0) (14/21) Purging py3-installer-pyc (0.7.0-r2) (15/21) Purging py3-installer (0.7.0-r2) (16/21) Purging py3-wheel-pyc (0.46.1-r0) (17/21) Purging py3-wheel (0.46.1-r0) (18/21) Purging py3-packaging-pyc (25.0-r0) (19/21) Purging py3-packaging (25.0-r0) (20/21) Purging py3-parsing-pyc (3.2.3-r0) (21/21) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-pycares: Updating the community/x86_64 repository index... >>> py3-pycares: Signing the index...