>>> py3-ethtool: Building community/py3-ethtool 0.15-r2 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 07:52:53 +0000 >>> py3-ethtool: Checking sanity of /home/buildozer/aports/community/py3-ethtool/APKBUILD... >>> py3-ethtool: Analyzing dependencies... >>> py3-ethtool: Installing for build: build-base python3 asciidoc libnl3-dev linux-headers py3-setuptools python3-dev (1/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.6-r0) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.6.1-r3) (5/33) Installing mpdecimal (4.0.0-r0) (6/33) Installing libpanelw (6.4_p20240330-r0) (7/33) Installing readline (8.2.10-r0) (8/33) Installing sqlite-libs (3.45.2-r0) (9/33) Installing python3 (3.12.3-r0) (10/33) Installing python3-pycache-pyc0 (3.12.3-r0) (11/33) Installing pyc (3.12.3-r0) (12/33) Installing python3-pyc (3.12.3-r0) (13/33) Installing libxml2 (2.12.6-r2) (14/33) Installing libxml2-utils (2.12.6-r2) (15/33) Installing libgpg-error (1.48-r0) (16/33) Installing libgcrypt (1.10.3-r0) (17/33) Installing libxslt (1.1.39-r1) (18/33) Installing docbook-xml (4.5-r9) Executing docbook-xml-4.5-r9.post-install (19/33) Installing docbook-xsl (1.79.2-r9) Executing docbook-xsl-1.79.2-r9.post-install (20/33) Installing asciidoc (10.2.0-r5) (21/33) Installing asciidoc-pyc (10.2.0-r5) (22/33) Installing libnl3 (3.9.0-r1) (23/33) Installing libnl3-cli (3.9.0-r1) (24/33) Installing libnl3-dev (3.9.0-r1) (25/33) Installing linux-headers (6.6-r0) (26/33) Installing py3-parsing (3.1.2-r1) (27/33) Installing py3-parsing-pyc (3.1.2-r1) (28/33) Installing py3-packaging (24.0-r1) (29/33) Installing py3-packaging-pyc (24.0-r1) (30/33) Installing py3-setuptools (69.2.0-r2) (31/33) Installing py3-setuptools-pyc (69.2.0-r2) (32/33) Installing python3-dev (3.12.3-r0) (33/33) Installing .makedepends-py3-ethtool (20240413.075254) Executing busybox-1.36.1-r25.trigger OK: 581 MiB in 138 packages >>> py3-ethtool: Cleaning up srcdir >>> py3-ethtool: Cleaning up pkgdir >>> py3-ethtool: Cleaning up tmpdir >>> py3-ethtool: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-ethtool-0.15.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42321 100 42321 0 0 832k 0 --:--:-- --:--:-- --:--:-- 843k >>> py3-ethtool: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-ethtool-0.15.tar.gz >>> py3-ethtool: Checking sha512sums... py3-ethtool-0.15.tar.gz: OK fix-includes-and-types.patch: OK >>> py3-ethtool: Unpacking /var/cache/distfiles/py3-ethtool-0.15.tar.gz... >>> py3-ethtool: fix-includes-and-types.patch patching file python-ethtool/etherinfo.c patching file python-ethtool/ethtool.c running build running build_ext building 'ethtool' extension creating build creating build/temp.linux-aarch64-cpython-312 creating build/temp.linux-aarch64-cpython-312/python-ethtool gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION=\"0.15\" -I/usr/include/libnl3 -I/usr/include/python3.12 -c python-ethtool/etherinfo.c -o build/temp.linux-aarch64-cpython-312/python-ethtool/etherinfo.o -fno-strict-aliasing -Wno-unused-function gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION=\"0.15\" -I/usr/include/libnl3 -I/usr/include/python3.12 -c python-ethtool/etherinfo_obj.c -o build/temp.linux-aarch64-cpython-312/python-ethtool/etherinfo_obj.o -fno-strict-aliasing -Wno-unused-function gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION=\"0.15\" -I/usr/include/libnl3 -I/usr/include/python3.12 -c python-ethtool/ethtool.c -o build/temp.linux-aarch64-cpython-312/python-ethtool/ethtool.o -fno-strict-aliasing -Wno-unused-function python-ethtool/ethtool.c: In function 'get_interfaces_info': python-ethtool/ethtool.c:232:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 232 | fetch_devs[0] = PyStr_AsString(inargs); | ^ python-ethtool/ethtool.c:243:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 243 | fetch_devs[j++] = PyStr_AsString(elmt); | ^ python-ethtool/ethtool.c:256:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 256 | fetch_devs[j++] = PyStr_AsString(elmt); | ^ gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION=\"0.15\" -I/usr/include/libnl3 -I/usr/include/python3.12 -c python-ethtool/netlink-address.c -o build/temp.linux-aarch64-cpython-312/python-ethtool/netlink-address.o -fno-strict-aliasing -Wno-unused-function gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DVERSION=\"0.15\" -I/usr/include/libnl3 -I/usr/include/python3.12 -c python-ethtool/netlink.c -o build/temp.linux-aarch64-cpython-312/python-ethtool/netlink.o -fno-strict-aliasing -Wno-unused-function creating build/lib.linux-aarch64-cpython-312 gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-aarch64-cpython-312/python-ethtool/etherinfo.o build/temp.linux-aarch64-cpython-312/python-ethtool/etherinfo_obj.o build/temp.linux-aarch64-cpython-312/python-ethtool/ethtool.o build/temp.linux-aarch64-cpython-312/python-ethtool/netlink-address.o build/temp.linux-aarch64-cpython-312/python-ethtool/netlink.o -L/usr/lib -lnl-3 -lnl-route-3 -o build/lib.linux-aarch64-cpython-312/ethtool.cpython-312-aarch64-linux-musl.so running build_scripts creating build/scripts-3.12 copying and adjusting scripts/pethtool -> build/scripts-3.12 copying and adjusting scripts/pifconfig -> build/scripts-3.12 changing mode of build/scripts-3.12/pethtool from 644 to 755 changing mode of build/scripts-3.12/pifconfig from 644 to 755 :1: SyntaxWarning: invalid escape sequence '\S' :1: SyntaxWarning: invalid escape sequence '\S' :1: SyntaxWarning: invalid escape sequence '\S' :1: SyntaxWarning: invalid escape sequence '\S' >>> WARNING: py3-ethtool: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-ethtool: Entering fakeroot... running install /usr/lib/python3.12/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 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-ethtool/pkg/py3-ethtool/usr/lib creating /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/lib/python3.12/site-packages copying build/lib.linux-aarch64-cpython-312/ethtool.cpython-312-aarch64-linux-musl.so -> /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/lib/python3.12/site-packages running install_egg_info running egg_info creating ethtool.egg-info writing ethtool.egg-info/PKG-INFO writing dependency_links to ethtool.egg-info/dependency_links.txt writing top-level names to ethtool.egg-info/top_level.txt writing manifest file 'ethtool.egg-info/SOURCES.txt' reading manifest file 'ethtool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'ethtool.egg-info/SOURCES.txt' Copying ethtool.egg-info to /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/lib/python3.12/site-packages/ethtool-0.15-py3.12.egg-info running install_scripts copying build/scripts-3.12/pethtool -> /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/bin copying build/scripts-3.12/pifconfig -> /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/bin changing mode of /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/bin/pethtool to 755 changing mode of /home/buildozer/aports/community/py3-ethtool/pkg/py3-ethtool/usr/bin/pifconfig to 755 >>> py3-ethtool-doc*: Running split function doc... >>> py3-ethtool-doc*: Preparing subpackage py3-ethtool-doc... >>> py3-ethtool-doc*: Running postcheck for py3-ethtool-doc >>> py3-ethtool*: Running postcheck for py3-ethtool >>> py3-ethtool*: Preparing package py3-ethtool... >>> py3-ethtool*: Stripping binaries >>> py3-ethtool-doc*: Scanning shared objects >>> py3-ethtool*: Scanning shared objects >>> py3-ethtool-doc*: Tracing dependencies... >>> py3-ethtool-doc*: Package size: 28.0 KB >>> py3-ethtool-doc*: Compressing data... >>> py3-ethtool-doc*: Create checksum... >>> py3-ethtool-doc*: Create py3-ethtool-doc-0.15-r2.apk >>> py3-ethtool*: Tracing dependencies... python3 python3~3.12 so:libc.musl-aarch64.so.1 so:libnl-3.so.200 so:libnl-route-3.so.200 >>> py3-ethtool*: Package size: 140.0 KB >>> py3-ethtool*: Compressing data... >>> py3-ethtool*: Create checksum... >>> py3-ethtool*: Create py3-ethtool-0.15-r2.apk >>> py3-ethtool: Build complete at Sat, 13 Apr 2024 07:52:58 +0000 elapsed time 0h 0m 5s >>> py3-ethtool: Cleaning up srcdir >>> py3-ethtool: Cleaning up pkgdir >>> py3-ethtool: Uninstalling dependencies... (1/33) Purging .makedepends-py3-ethtool (20240413.075254) (2/33) Purging asciidoc-pyc (10.2.0-r5) (3/33) Purging asciidoc (10.2.0-r5) (4/33) Purging docbook-xsl (1.79.2-r9) Executing docbook-xsl-1.79.2-r9.pre-deinstall (5/33) Purging libxslt (1.1.39-r1) (6/33) Purging docbook-xml (4.5-r9) Executing docbook-xml-4.5-r9.pre-deinstall (7/33) Purging libxml2-utils (2.12.6-r2) (8/33) Purging libnl3-dev (3.9.0-r1) (9/33) Purging libnl3-cli (3.9.0-r1) (10/33) Purging libnl3 (3.9.0-r1) (11/33) Purging linux-headers (6.6-r0) (12/33) Purging py3-setuptools-pyc (69.2.0-r2) (13/33) Purging py3-setuptools (69.2.0-r2) (14/33) Purging py3-packaging-pyc (24.0-r1) (15/33) Purging py3-packaging (24.0-r1) (16/33) Purging py3-parsing-pyc (3.1.2-r1) (17/33) Purging py3-parsing (3.1.2-r1) (18/33) Purging python3-dev (3.12.3-r0) (19/33) Purging libgcrypt (1.10.3-r0) (20/33) Purging libgpg-error (1.48-r0) (21/33) Purging libxml2 (2.12.6-r2) (22/33) Purging python3-pyc (3.12.3-r0) (23/33) Purging python3-pycache-pyc0 (3.12.3-r0) (24/33) Purging pyc (3.12.3-r0) (25/33) Purging python3 (3.12.3-r0) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r6) (28/33) Purging libffi (3.4.6-r0) (29/33) Purging libpanelw (6.4_p20240330-r0) (30/33) Purging mpdecimal (4.0.0-r0) (31/33) Purging readline (8.2.10-r0) (32/33) Purging sqlite-libs (3.45.2-r0) (33/33) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 380 MiB in 105 packages >>> py3-ethtool: Updating the community/aarch64 repository index... >>> py3-ethtool: Signing the index...