>>> py3-pyparted: Building testing/py3-pyparted 3.12.0-r2 (using abuild 3.11.0_rc13-r0) started Wed, 26 Apr 2023 12:29:40 +0000 >>> py3-pyparted: Checking sanity of /home/buildozer/aports/testing/py3-pyparted/APKBUILD... >>> py3-pyparted: Analyzing dependencies... >>> py3-pyparted: Installing for build: build-base python3 python3-dev py3-setuptools parted-dev (1/25) Installing libbz2 (1.0.8-r5) (2/25) Installing libffi (3.4.4-r2) (3/25) Installing gdbm (1.23-r1) (4/25) Installing xz-libs (5.4.2-r1) (5/25) Installing mpdecimal (2.5.1-r2) (6/25) Installing libpanelw (6.4_p20230401-r6) (7/25) Installing readline (8.2.1-r1) (8/25) Installing sqlite-libs (3.41.2-r2) (9/25) Installing python3 (3.11.3-r10) (10/25) Installing python3-pycache-pyc0 (3.11.3-r10) (11/25) Installing pyc (0.1-r0) (12/25) Installing python3-pyc (3.11.3-r10) (13/25) Installing python3-dev (3.11.3-r10) (14/25) Installing py3-parsing (3.0.9-r2) (15/25) Installing py3-parsing-pyc (3.0.9-r2) (16/25) Installing py3-packaging (23.1-r1) (17/25) Installing py3-packaging-pyc (23.1-r1) (18/25) Installing py3-setuptools (67.7.2-r0) (19/25) Installing py3-setuptools-pyc (67.7.2-r0) (20/25) Installing libblkid (2.38.1-r7) (21/25) Installing device-mapper-libs (2.03.21-r2) (22/25) Installing libuuid (2.38.1-r7) (23/25) Installing parted (3.6-r1) (24/25) Installing parted-dev (3.6-r1) (25/25) Installing .makedepends-py3-pyparted (20230426.122941) Executing busybox-1.36.0-r8.trigger OK: 427 MiB in 123 packages >>> py3-pyparted: Cleaning up srcdir >>> py3-pyparted: Cleaning up pkgdir >>> py3-pyparted: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyparted-3.12.0.tar.gz >>> py3-pyparted: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pyparted-3.12.0.tar.gz >>> py3-pyparted: Checking sha512sums... py3-pyparted-3.12.0.tar.gz: OK >>> py3-pyparted: Unpacking /var/cache/distfiles/py3-pyparted-3.12.0.tar.gz... running build running build_py creating build creating build/lib.linux-ppc64le-cpython-311 creating build/lib.linux-ppc64le-cpython-311/parted copying src/parted/partition.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/disk.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/decorators.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/device.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/filesystem.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/alignment.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/geometry.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/__init__.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/cachedlist.py -> build/lib.linux-ppc64le-cpython-311/parted copying src/parted/constraint.py -> build/lib.linux-ppc64le-cpython-311/parted running build_ext building '_ped' extension creating build/temp.linux-ppc64le-cpython-311 creating build/temp.linux-ppc64le-cpython-311/src gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/_pedmodule.c -o build/temp.linux-ppc64le-cpython-311/src/_pedmodule.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/convert.c -o build/temp.linux-ppc64le-cpython-311/src/convert.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyconstraint.c -o build/temp.linux-ppc64le-cpython-311/src/pyconstraint.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pydevice.c -o build/temp.linux-ppc64le-cpython-311/src/pydevice.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pydisk.c -o build/temp.linux-ppc64le-cpython-311/src/pydisk.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyfilesys.c -o build/temp.linux-ppc64le-cpython-311/src/pyfilesys.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pygeom.c -o build/temp.linux-ppc64le-cpython-311/src/pygeom.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pynatmath.c -o build/temp.linux-ppc64le-cpython-311/src/pynatmath.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pytimer.c -o build/temp.linux-ppc64le-cpython-311/src/pytimer.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.12.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyunit.c -o build/temp.linux-ppc64le-cpython-311/src/pyunit.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-311/src/_pedmodule.o build/temp.linux-ppc64le-cpython-311/src/convert.o build/temp.linux-ppc64le-cpython-311/src/pyconstraint.o build/temp.linux-ppc64le-cpython-311/src/pydevice.o build/temp.linux-ppc64le-cpython-311/src/pydisk.o build/temp.linux-ppc64le-cpython-311/src/pyfilesys.o build/temp.linux-ppc64le-cpython-311/src/pygeom.o build/temp.linux-ppc64le-cpython-311/src/pynatmath.o build/temp.linux-ppc64le-cpython-311/src/pytimer.o build/temp.linux-ppc64le-cpython-311/src/pyunit.o -L/usr/lib -lparted -o build/lib.linux-ppc64le-cpython-311/_ped.cpython-311-powerpc64le-linux-musl.so >>> WARNING: py3-pyparted: 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-pyparted: Entering fakeroot... running install /usr/lib/python3.11/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, pypa/build 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/testing/py3-pyparted/pkg creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages copying build/lib.linux-ppc64le-cpython-311/_ped.cpython-311-powerpc64le-linux-musl.so -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/partition.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/disk.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/decorators.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/device.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/filesystem.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/alignment.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/geometry.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/__init__.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/cachedlist.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted copying build/lib.linux-ppc64le-cpython-311/parted/constraint.py -> /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/partition.py to partition.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/disk.py to disk.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/decorators.py to decorators.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/device.py to device.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/filesystem.py to filesystem.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/alignment.py to alignment.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/geometry.py to geometry.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/cachedlist.py to cachedlist.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/constraint.py to constraint.cpython-311.pyc running install_egg_info running egg_info creating pyparted.egg-info writing pyparted.egg-info/PKG-INFO writing dependency_links to pyparted.egg-info/dependency_links.txt writing top-level names to pyparted.egg-info/top_level.txt writing manifest file 'pyparted.egg-info/SOURCES.txt' reading manifest file 'pyparted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'BUGS' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'pyparted.egg-info/SOURCES.txt' Copying pyparted.egg-info to /home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/pyparted-3.12.0-py3.11.egg-info running install_scripts >>> py3-pyparted-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted/usr/lib/python3.11/site-packages/parted/__pycache__' -> '/home/buildozer/aports/testing/py3-pyparted/pkg/py3-pyparted-pyc/usr/lib/python3.11/site-packages/parted/__pycache__' >>> py3-pyparted-pyc*: Preparing subpackage py3-pyparted-pyc... >>> py3-pyparted-pyc*: Running postcheck for py3-pyparted-pyc >>> py3-pyparted*: Running postcheck for py3-pyparted >>> py3-pyparted*: Preparing package py3-pyparted... >>> py3-pyparted*: Stripping binaries >>> py3-pyparted-pyc*: Scanning shared objects >>> py3-pyparted*: Scanning shared objects >>> py3-pyparted-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-pyparted-pyc*: Package size: 164.0 KB >>> py3-pyparted-pyc*: Compressing data... >>> py3-pyparted-pyc*: Create checksum... >>> py3-pyparted-pyc*: Create py3-pyparted-pyc-3.12.0-r2.apk >>> py3-pyparted*: Tracing dependencies... python3 python3~3.11 so:libc.musl-ppc64le.so.1 so:libparted.so.2 >>> py3-pyparted*: Package size: 360.0 KB >>> py3-pyparted*: Compressing data... >>> py3-pyparted*: Create checksum... >>> py3-pyparted*: Create py3-pyparted-3.12.0-r2.apk >>> py3-pyparted: Build complete at Wed, 26 Apr 2023 12:29:46 +0000 elapsed time 0h 0m 6s >>> py3-pyparted: Cleaning up srcdir >>> py3-pyparted: Cleaning up pkgdir >>> py3-pyparted: Uninstalling dependencies... (1/25) Purging .makedepends-py3-pyparted (20230426.122941) (2/25) Purging python3-dev (3.11.3-r10) (3/25) Purging py3-setuptools-pyc (67.7.2-r0) (4/25) Purging py3-setuptools (67.7.2-r0) (5/25) Purging py3-packaging-pyc (23.1-r1) (6/25) Purging py3-packaging (23.1-r1) (7/25) Purging py3-parsing-pyc (3.0.9-r2) (8/25) Purging py3-parsing (3.0.9-r2) (9/25) Purging parted-dev (3.6-r1) (10/25) Purging parted (3.6-r1) (11/25) Purging device-mapper-libs (2.03.21-r2) (12/25) Purging libblkid (2.38.1-r7) (13/25) Purging libuuid (2.38.1-r7) (14/25) Purging python3-pyc (3.11.3-r10) (15/25) Purging python3-pycache-pyc0 (3.11.3-r10) (16/25) Purging pyc (0.1-r0) (17/25) Purging python3 (3.11.3-r10) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r5) (20/25) Purging libffi (3.4.4-r2) (21/25) Purging libpanelw (6.4_p20230401-r6) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r1) (24/25) Purging sqlite-libs (3.41.2-r2) (25/25) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 292 MiB in 98 packages >>> py3-pyparted: Updating the testing/ppc64le repository index... >>> py3-pyparted: Signing the index...