>>> py3-netifaces-plus: Building testing/py3-netifaces-plus 0.12.5-r0 (using abuild 3.17.0_rc1-r0) started Wed, 15 Apr 2026 05:40:18 +0000 >>> py3-netifaces-plus: Validating /home/buildozer/aports/testing/py3-netifaces-plus/APKBUILD... >>> py3-netifaces-plus: Analyzing dependencies... >>> py3-netifaces-plus: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel python3-dev linux-headers ( 1/27) Installing libbz2 (1.0.8-r6) ( 2/27) Installing libffi (3.5.2-r0) ( 3/27) Installing gdbm (1.26-r0) ( 4/27) Installing xz-libs (5.8.2-r0) ( 5/27) Installing mpdecimal (4.0.1-r0) ( 6/27) Installing libpanelw (6.6_p20260404-r0) ( 7/27) Installing readline (8.3.3-r1) ( 8/27) Installing sqlite-libs (3.53.0-r0) ( 9/27) Installing python3 (3.14.3-r0) (10/27) Installing python3-pycache-pyc0 (3.14.3-r0) (11/27) Installing pyc (3.14.3-r0) (12/27) Installing py3-installer-pyc (1.0.0-r0) (13/27) Installing py3-gpep517-pyc (19-r2) (14/27) Installing python3-pyc (3.14.3-r0) (15/27) Installing py3-installer (1.0.0-r0) (16/27) Installing py3-gpep517 (19-r2) (17/27) Installing py3-parsing (3.3.2-r1) (18/27) Installing py3-parsing-pyc (3.3.2-r1) (19/27) Installing py3-packaging (26.0-r1) (20/27) Installing py3-packaging-pyc (26.0-r1) (21/27) Installing py3-setuptools (82.0.1-r1) (22/27) Installing py3-setuptools-pyc (82.0.1-r1) (23/27) Installing py3-wheel (0.46.3-r1) (24/27) Installing py3-wheel-pyc (0.46.3-r1) (25/27) Installing python3-dev (3.14.3-r0) (26/27) Installing linux-headers (6.19.12-r0) (27/27) Installing .makedepends-py3-netifaces-plus (20260415.054022) Executing busybox-1.37.0-r31.trigger OK: 728.2 MiB in 131 packages >>> py3-netifaces-plus: Cleaning up srcdir >>> py3-netifaces-plus: Cleaning up pkgdir >>> py3-netifaces-plus: Cleaning up tmpdir >>> py3-netifaces-plus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/netifaces_plus-0.12.5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/netifaces_plus-0.12.5.tar.gz.part' netifaces_plus-0.12. 100% |********************************| 30882 0:00:00 ETA '/var/cache/distfiles/edge/netifaces_plus-0.12.5.tar.gz.part' saved /var/cache/distfiles/edge/netifaces_plus-0.12.5.tar.gz: OK >>> py3-netifaces-plus: Fetching https://distfiles.alpinelinux.org/distfiles/edge/netifaces_plus-0.12.5.tar.gz /var/cache/distfiles/edge/netifaces_plus-0.12.5.tar.gz: OK >>> py3-netifaces-plus: Unpacking /var/cache/distfiles/edge/netifaces_plus-0.12.5.tar.gz... 2026-04-15 05:40:29,554 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ :13: SetuptoolsDeprecationWarning: Deprecated API usage. !! ******************************************************************************** As setuptools moves its configuration towards `pyproject.toml`, `setuptools.config.read_configuration` became deprecated. For the time being, you can use the `setuptools.config.setupcfg` module to access a backward compatible API, but this module is provisional and might be removed in the future. To read project metadata, consider using ``build.util.project_wheel_metadata`` (https://pypi.org/project/build/). For simple scenarios, you can also try parsing the file directly with the help of ``configparser``. ******************************************************************************** !! /usr/lib/python3.14/site-packages/setuptools/dist.py:765: 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() 2026-04-15 05:40:29,722 root INFO running bdist_wheel 2026-04-15 05:40:29,775 root INFO running build 2026-04-15 05:40:29,776 root INFO running build_py 2026-04-15 05:40:29,791 root INFO creating build/lib.linux-riscv64-cpython-314/netifaces 2026-04-15 05:40:29,793 root INFO copying netifaces/__init__.py -> build/lib.linux-riscv64-cpython-314/netifaces 2026-04-15 05:40:29,796 root INFO copying netifaces/__init__.pyi -> build/lib.linux-riscv64-cpython-314/netifaces 2026-04-15 05:40:29,797 root INFO copying netifaces/py.typed -> build/lib.linux-riscv64-cpython-314/netifaces 2026-04-15 05:40:29,798 root INFO running build_ext checking for getifaddrs...found. checking for getnameinfo...found. checking for IPv6 socket IOCTLs...not found. checking for optional header files...netpacket/packet.h linux/atm.h linux/llc.h linux/tipc.h. checking whether struct sockaddr has a length field...no. checking which sockaddr_xxx structs are defined...in in6 un ll atmpvc atmsvc llc. checking for routing socket support...no. checking for sysctl(CTL_NET...) support...no. checking for netlink support...2026-04-15 05:40:35,354 root INFO building '_netifaces' extension 2026-04-15 05:40:35,355 root INFO creating build/temp.linux-riscv64-cpython-314/netifaces 2026-04-15 05:40:35,356 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DNETIFACES_VERSION=0.12.5 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python3.14 -c netifaces/_netifaces.c -o build/temp.linux-riscv64-cpython-314/netifaces/_netifaces.o 2026-04-15 05:40:37,175 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-314/netifaces/_netifaces.o -L/usr/lib -o build/lib.linux-riscv64-cpython-314/_netifaces.cpython-314-riscv64-linux-musl.so 2026-04-15 05:40:37,244 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-15 05:40:37,244 root INFO running install 2026-04-15 05:40:37,282 root INFO running install_lib 2026-04-15 05:40:37,294 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-15 05:40:37,296 root INFO creating build/bdist.linux-riscv64/wheel/netifaces 2026-04-15 05:40:37,297 root INFO copying build/lib.linux-riscv64-cpython-314/netifaces/__init__.py -> build/bdist.linux-riscv64/wheel/./netifaces 2026-04-15 05:40:37,298 root INFO copying build/lib.linux-riscv64-cpython-314/netifaces/__init__.pyi -> build/bdist.linux-riscv64/wheel/./netifaces 2026-04-15 05:40:37,300 root INFO copying build/lib.linux-riscv64-cpython-314/netifaces/py.typed -> build/bdist.linux-riscv64/wheel/./netifaces 2026-04-15 05:40:37,301 root INFO copying build/lib.linux-riscv64-cpython-314/_netifaces.cpython-314-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/. 2026-04-15 05:40:37,303 root INFO running install_egg_info 2026-04-15 05:40:37,317 root INFO running egg_info 2026-04-15 05:40:37,326 root INFO writing netifaces_plus.egg-info/PKG-INFO 2026-04-15 05:40:37,329 root INFO writing dependency_links to netifaces_plus.egg-info/dependency_links.txt 2026-04-15 05:40:37,330 root INFO writing top-level names to netifaces_plus.egg-info/top_level.txt 2026-04-15 05:40:37,344 root INFO reading manifest file 'netifaces_plus.egg-info/SOURCES.txt' 2026-04-15 05:40:37,346 root INFO reading manifest template 'MANIFEST.in' 2026-04-15 05:40:37,347 root INFO adding license file 'LICENSE' 2026-04-15 05:40:37,351 root INFO writing manifest file 'netifaces_plus.egg-info/SOURCES.txt' 2026-04-15 05:40:37,352 root INFO Copying netifaces_plus.egg-info to build/bdist.linux-riscv64/wheel/./netifaces_plus-0.12.5-py3.14.egg-info 2026-04-15 05:40:37,356 root INFO running install_scripts 2026-04-15 05:40:37,385 root INFO creating build/bdist.linux-riscv64/wheel/netifaces_plus-0.12.5.dist-info/WHEEL 2026-04-15 05:40:37,388 wheel INFO creating '/home/buildozer/aports/testing/py3-netifaces-plus/src/netifaces_plus-0.12.5/.dist/.tmp-qg2j6uyu/netifaces_plus-0.12.5-cp314-cp314-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-15 05:40:37,389 wheel INFO adding '_netifaces.cpython-314-riscv64-linux-musl.so' 2026-04-15 05:40:37,391 wheel INFO adding 'netifaces/__init__.py' 2026-04-15 05:40:37,393 wheel INFO adding 'netifaces/__init__.pyi' 2026-04-15 05:40:37,394 wheel INFO adding 'netifaces/py.typed' 2026-04-15 05:40:37,395 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/licenses/LICENSE' 2026-04-15 05:40:37,396 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/METADATA' 2026-04-15 05:40:37,397 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/WHEEL' 2026-04-15 05:40:37,398 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/top_level.txt' 2026-04-15 05:40:37,399 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/RECORD' 2026-04-15 05:40:37,400 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-15 05:40:37,405 gpep517 INFO The backend produced .dist/netifaces_plus-0.12.5-cp314-cp314-linux_riscv64.whl netifaces_plus-0.12.5-cp314-cp314-linux_riscv64.whl yes. will use netlink to read routing table Found interfaces: lo eth0 Interface lo: Address family: AF_PACKET Address : 00:00:00:00:00:00 Address family: AF_INET Address : 127.0.0.1 Netmask : 255.0.0.0 Address family: AF_INET6 Address : ::1 Netmask : ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff/128 Interface eth0: Address family: AF_PACKET Address : fe:f4:d7:90:03:34 Broadcast: ff:ff:ff:ff:ff:ff Address family: AF_INET Address : 172.16.30.5 Netmask : 255.255.255.0 Broadcast: 172.16.30.5 Address family: AF_INET6 Address : fd42:c4e6:a328:cc82:fcf4:d7ff:fe90:334 Netmask : ffff:ffff:ffff:ffff::/64 Address : fe80::fcf4:d7ff:fe90:334%eth0 Netmask : ffff:ffff:ffff:ffff::/64 Found gateways: Family: AF_INET 172.16.30.1 (via eth0, default) Family: AF_INET6 fe80::216:3eff:fe72:854c (via eth0, default) Default gateways: AF_INET: 172.16.30.1 (via eth0) AF_INET6: fe80::216:3eff:fe72:854c (via eth0) Getting information about all available interfaces: Information for lo from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('lo') Information for eth0 from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('eth0') >>> py3-netifaces-plus: Entering fakeroot... >>> py3-netifaces-plus-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/netifaces/__pycache__' -> '/home/buildozer/aports/testing/py3-netifaces-plus/pkg/py3-netifaces-plus-pyc/usr/lib/python3.14/site-packages/netifaces/__pycache__' >>> py3-netifaces-plus-pyc*: Preparing subpackage py3-netifaces-plus-pyc... Please specify at least one package name on the command line. >>> py3-netifaces-plus-pyc*: Running postcheck for py3-netifaces-plus-pyc >>> py3-netifaces-plus*: Running postcheck for py3-netifaces-plus >>> py3-netifaces-plus*: Preparing package py3-netifaces-plus... >>> py3-netifaces-plus*: Stripping binaries Please specify at least one package name on the command line. >>> py3-netifaces-plus*: Scanning shared objects >>> py3-netifaces-plus-pyc*: Tracing dependencies... python3~3.14 >>> py3-netifaces-plus-pyc*: Package size: 186.0 B >>> py3-netifaces-plus-pyc*: Compressing data... >>> py3-netifaces-plus-pyc*: Create checksum... >>> py3-netifaces-plus-pyc*: Create py3-netifaces-plus-pyc-0.12.5-r0.apk >>> py3-netifaces-plus*: Tracing dependencies... python3~3.14 so:libc.musl-riscv64.so.1 >>> py3-netifaces-plus*: Package size: 30.4 KB >>> py3-netifaces-plus*: Compressing data... >>> py3-netifaces-plus*: Create checksum... >>> py3-netifaces-plus*: Create py3-netifaces-plus-0.12.5-r0.apk >>> py3-netifaces-plus: Build complete at Wed, 15 Apr 2026 05:40:40 +0000 elapsed time 0h 0m 22s >>> py3-netifaces-plus: Cleaning up srcdir >>> py3-netifaces-plus: Cleaning up pkgdir >>> py3-netifaces-plus: Cleaning up tmpdir >>> py3-netifaces-plus: Uninstalling dependencies... ( 1/27) Purging .makedepends-py3-netifaces-plus (20260415.054022) ( 2/27) Purging py3-gpep517-pyc (19-r2) ( 3/27) Purging py3-gpep517 (19-r2) ( 4/27) Purging py3-installer-pyc (1.0.0-r0) ( 5/27) Purging py3-installer (1.0.0-r0) ( 6/27) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/27) Purging py3-setuptools (82.0.1-r1) ( 8/27) Purging py3-wheel-pyc (0.46.3-r1) ( 9/27) Purging py3-wheel (0.46.3-r1) (10/27) Purging py3-packaging-pyc (26.0-r1) (11/27) Purging py3-packaging (26.0-r1) (12/27) Purging py3-parsing-pyc (3.3.2-r1) (13/27) Purging py3-parsing (3.3.2-r1) (14/27) Purging python3-dev (3.14.3-r0) (15/27) Purging python3-pyc (3.14.3-r0) (16/27) Purging python3-pycache-pyc0 (3.14.3-r0) (17/27) Purging pyc (3.14.3-r0) (18/27) Purging python3 (3.14.3-r0) (19/27) Purging linux-headers (6.19.12-r0) (20/27) Purging gdbm (1.26-r0) (21/27) Purging libbz2 (1.0.8-r6) (22/27) Purging libffi (3.5.2-r0) (23/27) Purging libpanelw (6.6_p20260404-r0) (24/27) Purging mpdecimal (4.0.1-r0) (25/27) Purging readline (8.3.3-r1) (26/27) Purging sqlite-libs (3.53.0-r0) (27/27) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.6 MiB in 104 packages >>> py3-netifaces-plus: Updating the testing/riscv64 repository index... >>> py3-netifaces-plus: Signing the index...