>>> py3-netifaces-plus: Building testing/py3-netifaces-plus 0.12.5-r0 (using abuild 3.16.0-r0) started Sun, 12 Apr 2026 21:52:40 +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/26) Installing libbz2 (1.0.8-r6) ( 2/26) Installing libffi (3.5.2-r0) ( 3/26) Installing gdbm (1.26-r0) ( 4/26) Installing xz-libs (5.8.2-r0) ( 5/26) Installing mpdecimal (4.0.1-r0) ( 6/26) Installing libpanelw (6.6_p20260404-r0) ( 7/26) Installing sqlite-libs (3.53.0-r0) ( 8/26) Installing python3 (3.14.3-r0) ( 9/26) Installing python3-pycache-pyc0 (3.14.3-r0) (10/26) Installing pyc (3.14.3-r0) (11/26) Installing py3-installer-pyc (1.0.0-r0) (12/26) Installing py3-gpep517-pyc (19-r2) (13/26) Installing python3-pyc (3.14.3-r0) (14/26) Installing py3-installer (1.0.0-r0) (15/26) Installing py3-gpep517 (19-r2) (16/26) Installing py3-parsing (3.3.2-r1) (17/26) Installing py3-parsing-pyc (3.3.2-r1) (18/26) Installing py3-packaging (26.0-r1) (19/26) Installing py3-packaging-pyc (26.0-r1) (20/26) Installing py3-setuptools (82.0.1-r1) (21/26) Installing py3-setuptools-pyc (82.0.1-r1) (22/26) Installing py3-wheel (0.46.3-r1) (23/26) Installing py3-wheel-pyc (0.46.3-r1) (24/26) Installing python3-dev (3.14.3-r0) (25/26) Installing linux-headers (6.19.11-r1) (26/26) Installing .makedepends-py3-netifaces-plus (20260412.215241) Executing busybox-1.37.0-r31.trigger OK: 429.6 MiB in 130 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 /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-12 21:52:43,103 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-12 21:52:43,138 root INFO running bdist_wheel 2026-04-12 21:52:43,146 root INFO running build 2026-04-12 21:52:43,146 root INFO running build_py 2026-04-12 21:52:43,149 root INFO creating build/lib.linux-armv8l-cpython-314/netifaces 2026-04-12 21:52:43,149 root INFO copying netifaces/__init__.py -> build/lib.linux-armv8l-cpython-314/netifaces 2026-04-12 21:52:43,150 root INFO copying netifaces/__init__.pyi -> build/lib.linux-armv8l-cpython-314/netifaces 2026-04-12 21:52:43,150 root INFO copying netifaces/py.typed -> build/lib.linux-armv8l-cpython-314/netifaces 2026-04-12 21:52:43,150 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-12 21:52:44,228 root INFO building '_netifaces' extension 2026-04-12 21:52:44,228 root INFO creating build/temp.linux-armv8l-cpython-314/netifaces 2026-04-12 21:52:44,228 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-armv8l-cpython-314/netifaces/_netifaces.o 2026-04-12 21:52:44,603 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-314/netifaces/_netifaces.o -L/usr/lib -o build/lib.linux-armv8l-cpython-314/_netifaces.cpython-314-arm-linux-musleabihf.so 2026-04-12 21:52:44,618 root INFO installing to build/bdist.linux-armv8l/wheel 2026-04-12 21:52:44,618 root INFO running install 2026-04-12 21:52:44,627 root INFO running install_lib 2026-04-12 21:52:44,630 root INFO creating build/bdist.linux-armv8l/wheel 2026-04-12 21:52:44,630 root INFO creating build/bdist.linux-armv8l/wheel/netifaces 2026-04-12 21:52:44,630 root INFO copying build/lib.linux-armv8l-cpython-314/netifaces/__init__.py -> build/bdist.linux-armv8l/wheel/./netifaces 2026-04-12 21:52:44,630 root INFO copying build/lib.linux-armv8l-cpython-314/netifaces/py.typed -> build/bdist.linux-armv8l/wheel/./netifaces 2026-04-12 21:52:44,630 root INFO copying build/lib.linux-armv8l-cpython-314/netifaces/__init__.pyi -> build/bdist.linux-armv8l/wheel/./netifaces 2026-04-12 21:52:44,631 root INFO copying build/lib.linux-armv8l-cpython-314/_netifaces.cpython-314-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/. 2026-04-12 21:52:44,631 root INFO running install_egg_info 2026-04-12 21:52:44,633 root INFO running egg_info 2026-04-12 21:52:44,635 root INFO writing netifaces_plus.egg-info/PKG-INFO 2026-04-12 21:52:44,636 root INFO writing dependency_links to netifaces_plus.egg-info/dependency_links.txt 2026-04-12 21:52:44,636 root INFO writing top-level names to netifaces_plus.egg-info/top_level.txt 2026-04-12 21:52:44,638 root INFO reading manifest file 'netifaces_plus.egg-info/SOURCES.txt' 2026-04-12 21:52:44,639 root INFO reading manifest template 'MANIFEST.in' 2026-04-12 21:52:44,639 root INFO adding license file 'LICENSE' 2026-04-12 21:52:44,640 root INFO writing manifest file 'netifaces_plus.egg-info/SOURCES.txt' 2026-04-12 21:52:44,640 root INFO Copying netifaces_plus.egg-info to build/bdist.linux-armv8l/wheel/./netifaces_plus-0.12.5-py3.14.egg-info 2026-04-12 21:52:44,641 root INFO running install_scripts 2026-04-12 21:52:44,647 root INFO creating build/bdist.linux-armv8l/wheel/netifaces_plus-0.12.5.dist-info/WHEEL 2026-04-12 21:52:44,647 wheel INFO creating '/home/buildozer/aports/testing/py3-netifaces-plus/src/netifaces_plus-0.12.5/.dist/.tmp-r_rz01u2/netifaces_plus-0.12.5-cp314-cp314-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2026-04-12 21:52:44,648 wheel INFO adding '_netifaces.cpython-314-arm-linux-musleabihf.so' 2026-04-12 21:52:44,648 wheel INFO adding 'netifaces/__init__.py' 2026-04-12 21:52:44,648 wheel INFO adding 'netifaces/__init__.pyi' 2026-04-12 21:52:44,648 wheel INFO adding 'netifaces/py.typed' 2026-04-12 21:52:44,648 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/licenses/LICENSE' 2026-04-12 21:52:44,649 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/METADATA' 2026-04-12 21:52:44,649 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/WHEEL' 2026-04-12 21:52:44,649 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/top_level.txt' 2026-04-12 21:52:44,649 wheel INFO adding 'netifaces_plus-0.12.5.dist-info/RECORD' 2026-04-12 21:52:44,649 root INFO removing build/bdist.linux-armv8l/wheel 2026-04-12 21:52:44,650 gpep517 INFO The backend produced .dist/netifaces_plus-0.12.5-cp314-cp314-linux_armv8l.whl netifaces_plus-0.12.5-cp314-cp314-linux_armv8l.whl yes. will use netlink to read routing table Found interfaces: lo gre0 gretap0 erspan0 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 gre0: Address family: AF_PACKET Address : 00:00:00:00 Broadcast: 00:00:00:00 Interface gretap0: Address family: AF_PACKET Address : 00:00:00:00:00:00 Broadcast: ff:ff:ff:ff:ff:ff Interface erspan0: Address family: AF_PACKET Address : 00:00:00:00:00:00 Broadcast: ff:ff:ff:ff:ff:ff Interface eth0: Address family: AF_PACKET Address : 00:16:3e:88:cf:88 Broadcast: ff:ff:ff:ff:ff:ff Address family: AF_INET Address : 172.16.27.107 Netmask : 255.255.255.0 Broadcast: 172.16.27.255 Address family: AF_INET6 Address : 2a02:168:7b6b:700:216:3eff:fe88:cf88 Netmask : ffff:ffff:ffff:ffff::/64 Address : fe80::216:3eff:fe88:cf88%eth0 Netmask : ffff:ffff:ffff:ffff::/64 Found gateways: Family: AF_INET 172.16.27.1 (via eth0, default) Family: AF_INET6 fe80::216:3eff:fe00:0 (via eth0, default) Default gateways: AF_INET: 172.16.27.1 (via eth0) AF_INET6: fe80::216:3eff:fe00:0 (via eth0) Getting information about all available interfaces: Information for lo from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('lo') Information for gre0 from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('gre0') Information for gretap0 from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('gretap0') Information for erspan0 from netifaces.allifaddresses() are equal with info from netifaces.ifaddresses('erspan0') 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... >>> 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 >>> 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-armv7.so.1 >>> py3-netifaces-plus*: Package size: 25.7 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 Sun, 12 Apr 2026 21:52:45 +0000 elapsed time 0h 0m 5s >>> py3-netifaces-plus: Cleaning up srcdir >>> py3-netifaces-plus: Cleaning up pkgdir >>> py3-netifaces-plus: Cleaning up tmpdir >>> py3-netifaces-plus: Uninstalling dependencies... ( 1/26) Purging .makedepends-py3-netifaces-plus (20260412.215241) ( 2/26) Purging py3-gpep517-pyc (19-r2) ( 3/26) Purging py3-gpep517 (19-r2) ( 4/26) Purging py3-installer-pyc (1.0.0-r0) ( 5/26) Purging py3-installer (1.0.0-r0) ( 6/26) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/26) Purging py3-setuptools (82.0.1-r1) ( 8/26) Purging py3-wheel-pyc (0.46.3-r1) ( 9/26) Purging py3-wheel (0.46.3-r1) (10/26) Purging py3-packaging-pyc (26.0-r1) (11/26) Purging py3-packaging (26.0-r1) (12/26) Purging py3-parsing-pyc (3.3.2-r1) (13/26) Purging py3-parsing (3.3.2-r1) (14/26) Purging python3-dev (3.14.3-r0) (15/26) Purging python3-pyc (3.14.3-r0) (16/26) Purging python3-pycache-pyc0 (3.14.3-r0) (17/26) Purging pyc (3.14.3-r0) (18/26) Purging python3 (3.14.3-r0) (19/26) Purging linux-headers (6.19.11-r1) (20/26) Purging gdbm (1.26-r0) (21/26) Purging libbz2 (1.0.8-r6) (22/26) Purging libffi (3.5.2-r0) (23/26) Purging libpanelw (6.6_p20260404-r0) (24/26) Purging mpdecimal (4.0.1-r0) (25/26) Purging sqlite-libs (3.53.0-r0) (26/26) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 289.0 MiB in 104 packages >>> py3-netifaces-plus: Updating the testing/armv7 repository index... >>> py3-netifaces-plus: Signing the index...