>>> py3-pyparted: Building testing/py3-pyparted 3.13.0-r0 (using abuild 3.11.20-r0) started Sun, 02 Jul 2023 17:01:05 +0000 >>> py3-pyparted: Checking sanity of /home/buildozer/aports/testing/py3-pyparted/APKBUILD... >>> py3-pyparted: Analyzing dependencies... >>> py3-pyparted: Installing for build: build-base parted-dev py3-gpep517 py3-setuptools py3-wheel python3-dev e2fsprogs (1/34) Installing libblkid (2.39.1-r0) (2/34) Installing device-mapper-libs (2.03.21-r10) (3/34) Installing readline (8.2.1-r2) (4/34) Installing libuuid (2.39.1-r0) (5/34) Installing parted (3.6-r2) (6/34) Installing parted-dev (3.6-r2) (7/34) Installing libbz2 (1.0.8-r6) (8/34) Installing libffi (3.4.4-r3) (9/34) Installing gdbm (1.23-r1) (10/34) Installing xz-libs (5.4.3-r1) (11/34) Installing mpdecimal (2.5.1-r2) (12/34) Installing libpanelw (6.4_p20230625-r0) (13/34) Installing sqlite-libs (3.42.0-r2) (14/34) Installing python3 (3.11.4-r1) (15/34) Installing python3-pycache-pyc0 (3.11.4-r1) (16/34) Installing pyc (0.1-r0) (17/34) Installing py3-installer-pyc (0.7.0-r1) (18/34) Installing py3-gpep517-pyc (13-r2) (19/34) Installing python3-pyc (3.11.4-r1) (20/34) Installing py3-installer (0.7.0-r1) (21/34) Installing py3-gpep517 (13-r2) (22/34) Installing py3-parsing (3.1.0-r0) (23/34) Installing py3-parsing-pyc (3.1.0-r0) (24/34) Installing py3-packaging (23.1-r1) (25/34) Installing py3-packaging-pyc (23.1-r1) (26/34) Installing py3-setuptools (68.0.0-r0) (27/34) Installing py3-setuptools-pyc (68.0.0-r0) (28/34) Installing py3-wheel (0.40.0-r1) (29/34) Installing py3-wheel-pyc (0.40.0-r1) (30/34) Installing python3-dev (3.11.4-r1) (31/34) Installing libcom_err (1.47.0-r4) (32/34) Installing e2fsprogs-libs (1.47.0-r4) (33/34) Installing e2fsprogs (1.47.0-r4) (34/34) Installing .makedepends-py3-pyparted (20230702.170106) Executing busybox-1.36.1-r2.trigger OK: 378 MiB in 136 packages >>> py3-pyparted: Cleaning up srcdir >>> py3-pyparted: Cleaning up pkgdir >>> py3-pyparted: Cleaning up tmpdir >>> py3-pyparted: Fetching py3-pyparted-3.13.0.tar.gz::https://github.com/dcantrell/pyparted/archive/v3.13.0.tar.gz >>> py3-pyparted: Fetching py3-pyparted-3.13.0.tar.gz::https://github.com/dcantrell/pyparted/archive/v3.13.0.tar.gz >>> py3-pyparted: Checking sha512sums... py3-pyparted-3.13.0.tar.gz: OK archlabels-armv8l.patch: OK >>> py3-pyparted: Unpacking /var/cache/distfiles/py3-pyparted-3.13.0.tar.gz... >>> py3-pyparted: archlabels-armv8l.patch patching file src/parted/__init__.py 2023-07-02 17:01:07,852 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-07-02 17:01:07,872 root INFO running bdist_wheel 2023-07-02 17:01:07,881 root INFO running build 2023-07-02 17:01:07,881 root INFO running build_py 2023-07-02 17:01:07,883 root INFO creating build 2023-07-02 17:01:07,883 root INFO creating build/lib.linux-armv8l-cpython-311 2023-07-02 17:01:07,883 root INFO creating build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,883 root INFO copying src/parted/filesystem.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,883 root INFO copying src/parted/partition.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,883 root INFO copying src/parted/geometry.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/alignment.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/device.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/disk.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/decorators.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/constraint.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,884 root INFO copying src/parted/cachedlist.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,885 root INFO copying src/parted/__init__.py -> build/lib.linux-armv8l-cpython-311/parted 2023-07-02 17:01:07,885 root INFO running build_ext 2023-07-02 17:01:07,886 root INFO building '_ped' extension 2023-07-02 17:01:07,886 root INFO creating build/temp.linux-armv8l-cpython-311 2023-07-02 17:01:07,887 root INFO creating build/temp.linux-armv8l-cpython-311/src 2023-07-02 17:01:07,887 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/_pedmodule.c -o build/temp.linux-armv8l-cpython-311/src/_pedmodule.o 2023-07-02 17:01:08,132 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/convert.c -o build/temp.linux-armv8l-cpython-311/src/convert.o 2023-07-02 17:01:08,409 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyconstraint.c -o build/temp.linux-armv8l-cpython-311/src/pyconstraint.o 2023-07-02 17:01:08,687 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pydevice.c -o build/temp.linux-armv8l-cpython-311/src/pydevice.o 2023-07-02 17:01:09,075 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pydisk.c -o build/temp.linux-armv8l-cpython-311/src/pydisk.o 2023-07-02 17:01:09,822 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyfilesys.c -o build/temp.linux-armv8l-cpython-311/src/pyfilesys.o 2023-07-02 17:01:10,058 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pygeom.c -o build/temp.linux-armv8l-cpython-311/src/pygeom.o 2023-07-02 17:01:10,387 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pynatmath.c -o build/temp.linux-armv8l-cpython-311/src/pynatmath.o 2023-07-02 17:01:10,598 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pytimer.c -o build/temp.linux-armv8l-cpython-311/src/pytimer.o 2023-07-02 17:01:10,807 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DPYPARTED_VERSION=\"3.13.0\" -DPY_SSIZE_T_CLEAN -Iinclude -I/usr/include/python3.11 -c src/pyunit.c -o build/temp.linux-armv8l-cpython-311/src/pyunit.o 2023-07-02 17:01:10,999 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/src/_pedmodule.o build/temp.linux-armv8l-cpython-311/src/convert.o build/temp.linux-armv8l-cpython-311/src/pyconstraint.o build/temp.linux-armv8l-cpython-311/src/pydevice.o build/temp.linux-armv8l-cpython-311/src/pydisk.o build/temp.linux-armv8l-cpython-311/src/pyfilesys.o build/temp.linux-armv8l-cpython-311/src/pygeom.o build/temp.linux-armv8l-cpython-311/src/pynatmath.o build/temp.linux-armv8l-cpython-311/src/pytimer.o build/temp.linux-armv8l-cpython-311/src/pyunit.o -L/usr/lib -lparted -o build/lib.linux-armv8l-cpython-311/_ped.cpython-311-arm-linux-musleabihf.so 2023-07-02 17:01:11,027 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-07-02 17:01:11,027 root INFO running install 2023-07-02 17:01:11,034 root INFO running install_lib 2023-07-02 17:01:11,036 root INFO creating build/bdist.linux-armv8l 2023-07-02 17:01:11,036 root INFO creating build/bdist.linux-armv8l/wheel 2023-07-02 17:01:11,036 root INFO copying build/lib.linux-armv8l-cpython-311/_ped.cpython-311-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel 2023-07-02 17:01:11,037 root INFO creating build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,037 root INFO copying build/lib.linux-armv8l-cpython-311/parted/filesystem.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,037 root INFO copying build/lib.linux-armv8l-cpython-311/parted/partition.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/geometry.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/alignment.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/device.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/disk.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/decorators.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/constraint.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,038 root INFO copying build/lib.linux-armv8l-cpython-311/parted/cachedlist.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,039 root INFO copying build/lib.linux-armv8l-cpython-311/parted/__init__.py -> build/bdist.linux-armv8l/wheel/parted 2023-07-02 17:01:11,039 root INFO running install_egg_info 2023-07-02 17:01:11,046 root INFO running egg_info 2023-07-02 17:01:11,046 root INFO creating pyparted.egg-info 2023-07-02 17:01:11,047 root INFO writing pyparted.egg-info/PKG-INFO 2023-07-02 17:01:11,047 root INFO writing dependency_links to pyparted.egg-info/dependency_links.txt 2023-07-02 17:01:11,047 root INFO writing top-level names to pyparted.egg-info/top_level.txt 2023-07-02 17:01:11,048 root INFO writing manifest file 'pyparted.egg-info/SOURCES.txt' 2023-07-02 17:01:11,049 root INFO reading manifest file 'pyparted.egg-info/SOURCES.txt' 2023-07-02 17:01:11,049 root INFO reading manifest template 'MANIFEST.in' 2023-07-02 17:01:11,049 root WARNING warning: no files found matching 'BUGS' 2023-07-02 17:01:11,049 root WARNING warning: no files found matching 'COPYING' 2023-07-02 17:01:11,051 root INFO adding license file 'LICENSE' 2023-07-02 17:01:11,051 root INFO adding license file 'AUTHORS' 2023-07-02 17:01:11,052 root INFO writing manifest file 'pyparted.egg-info/SOURCES.txt' 2023-07-02 17:01:11,052 root INFO Copying pyparted.egg-info to build/bdist.linux-armv8l/wheel/pyparted-3.13.0-py3.11.egg-info 2023-07-02 17:01:11,052 root INFO running install_scripts 2023-07-02 17:01:11,055 wheel INFO creating build/bdist.linux-armv8l/wheel/pyparted-3.13.0.dist-info/WHEEL 2023-07-02 17:01:11,055 wheel INFO creating '/home/buildozer/aports/testing/py3-pyparted/src/pyparted-3.13.0/.dist/.tmp-op6wm8uy/pyparted-3.13.0-cp311-cp311-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-07-02 17:01:11,056 wheel INFO adding '_ped.cpython-311-arm-linux-musleabihf.so' 2023-07-02 17:01:11,057 wheel INFO adding 'parted/__init__.py' 2023-07-02 17:01:11,057 wheel INFO adding 'parted/alignment.py' 2023-07-02 17:01:11,057 wheel INFO adding 'parted/cachedlist.py' 2023-07-02 17:01:11,057 wheel INFO adding 'parted/constraint.py' 2023-07-02 17:01:11,057 wheel INFO adding 'parted/decorators.py' 2023-07-02 17:01:11,058 wheel INFO adding 'parted/device.py' 2023-07-02 17:01:11,058 wheel INFO adding 'parted/disk.py' 2023-07-02 17:01:11,058 wheel INFO adding 'parted/filesystem.py' 2023-07-02 17:01:11,058 wheel INFO adding 'parted/geometry.py' 2023-07-02 17:01:11,058 wheel INFO adding 'parted/partition.py' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/AUTHORS' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/LICENSE' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/METADATA' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/WHEEL' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/top_level.txt' 2023-07-02 17:01:11,059 wheel INFO adding 'pyparted-3.13.0.dist-info/RECORD' 2023-07-02 17:01:11,059 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-07-02 17:01:11,060 gpep517 INFO The backend produced .dist/pyparted-3.13.0-cp311-cp311-linux_armv8l.whl pyparted-3.13.0-cp311-cp311-linux_armv8l.whl ./usr/lib/python3.11/unittest/suite.py:84: ResourceWarning: unclosed file <_io.TextIOWrapper name=12 mode='r' encoding='UTF-8'> return self.run(*args, **kwds) ResourceWarning: Enable tracemalloc to get the object allocation traceback .......................s..........s...s....sss.ss...ssss...s...ss.s...ss..sss.s...................................................s....................sss..s..ss.ss.sssssssssss.sssssssssssss.ssssssssssss.ssss.ssssss...ssss.sss.ssssssss.ssssssssss.......ssss....s...sss..s....s.s. ---------------------------------------------------------------------- Ran 280 tests in 0.159s OK (skipped=113) >>> py3-pyparted: Entering fakeroot... >>> 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~3.11 >>> py3-pyparted-pyc*: Package size: 168.0 KB >>> py3-pyparted-pyc*: Compressing data... >>> py3-pyparted-pyc*: Create checksum... >>> py3-pyparted-pyc*: Create py3-pyparted-pyc-3.13.0-r0.apk >>> py3-pyparted*: Tracing dependencies... python3~3.11 so:libc.musl-armv7.so.1 so:libparted.so.2 >>> py3-pyparted*: Package size: 288.0 KB >>> py3-pyparted*: Compressing data... >>> py3-pyparted*: Create checksum... >>> py3-pyparted*: Create py3-pyparted-3.13.0-r0.apk >>> py3-pyparted: Build complete at Sun, 02 Jul 2023 17:01:11 +0000 elapsed time 0h 0m 6s >>> py3-pyparted: Cleaning up srcdir >>> py3-pyparted: Cleaning up pkgdir >>> py3-pyparted: Uninstalling dependencies... (1/34) Purging .makedepends-py3-pyparted (20230702.170106) (2/34) Purging parted-dev (3.6-r2) (3/34) Purging parted (3.6-r2) (4/34) Purging py3-gpep517-pyc (13-r2) (5/34) Purging py3-gpep517 (13-r2) (6/34) Purging py3-installer-pyc (0.7.0-r1) (7/34) Purging py3-installer (0.7.0-r1) (8/34) Purging py3-setuptools-pyc (68.0.0-r0) (9/34) Purging py3-setuptools (68.0.0-r0) (10/34) Purging py3-wheel-pyc (0.40.0-r1) (11/34) Purging py3-wheel (0.40.0-r1) (12/34) Purging py3-packaging-pyc (23.1-r1) (13/34) Purging py3-packaging (23.1-r1) (14/34) Purging py3-parsing-pyc (3.1.0-r0) (15/34) Purging py3-parsing (3.1.0-r0) (16/34) Purging python3-dev (3.11.4-r1) (17/34) Purging e2fsprogs (1.47.0-r4) (18/34) Purging device-mapper-libs (2.03.21-r10) (19/34) Purging e2fsprogs-libs (1.47.0-r4) (20/34) Purging libblkid (2.39.1-r0) (21/34) Purging libcom_err (1.47.0-r4) (22/34) Purging libuuid (2.39.1-r0) (23/34) Purging python3-pyc (3.11.4-r1) (24/34) Purging python3-pycache-pyc0 (3.11.4-r1) (25/34) Purging pyc (0.1-r0) (26/34) Purging python3 (3.11.4-r1) (27/34) Purging gdbm (1.23-r1) (28/34) Purging libbz2 (1.0.8-r6) (29/34) Purging libffi (3.4.4-r3) (30/34) Purging libpanelw (6.4_p20230625-r0) (31/34) Purging mpdecimal (2.5.1-r2) (32/34) Purging readline (8.2.1-r2) (33/34) Purging sqlite-libs (3.42.0-r2) (34/34) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.1-r2.trigger OK: 269 MiB in 102 packages >>> py3-pyparted: Updating the testing/armv7 repository index... >>> py3-pyparted: Signing the index...