D: [iurt_root_command] chroot warning: %make is deprecated, use %make_build instead Installing /home/iurt/rpmbuild/SRPMS/python-parted-3.11.2-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.drBBDf + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pyparted-3.11.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pyparted-3.11.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyparted-3.11.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.k7HY6f + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyparted-3.11.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 PYTHON=python3 running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/parted copying src/parted/partition.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/constraint.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/decorators.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/geometry.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/filesystem.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/disk.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/alignment.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/__init__.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/device.py -> build/lib.linux-aarch64-3.8/parted copying src/parted/cachedlist.py -> build/lib.linux-aarch64-3.8/parted running build_ext building '_ped' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/_pedmodule.c -o build/temp.linux-aarch64-3.8/src/_pedmodule.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/convert.c -o build/temp.linux-aarch64-3.8/src/convert.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pyconstraint.c -o build/temp.linux-aarch64-3.8/src/pyconstraint.o src/pyconstraint.c: In function '_ped_Constraint_str': src/pyconstraint.c:101:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 101 | start_align = | ^ src/pyconstraint.c:107:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 107 | end_align = | ^ src/pyconstraint.c:113:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 113 | start_range = | ^ src/pyconstraint.c:119:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 119 | end_range = | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pydevice.c -o build/temp.linux-aarch64-3.8/src/pydevice.o src/pydevice.c: In function '_ped_Device_str': src/pydevice.c:191:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 191 | hw_geom = PyUnicode_AsUTF8(_ped_CHSGeometry_Type_obj.tp_repr(self->hw_geom)); | ^ src/pydevice.c:196:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 196 | bios_geom = PyUnicode_AsUTF8(_ped_CHSGeometry_Type_obj.tp_repr(self->bios_geom)); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pydisk.c -o build/temp.linux-aarch64-3.8/src/pydisk.o src/pydisk.c: In function '_ped_Partition_str': src/pydisk.c:103:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 103 | disk = PyUnicode_AsUTF8(_ped_Disk_Type_obj.tp_repr(self->disk)); | ^ src/pydisk.c:108:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 108 | fs_type = PyUnicode_AsUTF8(_ped_FileSystemType_Type_obj.tp_repr(self->fs_type)); | ^ src/pydisk.c:113:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 113 | geom = PyUnicode_AsUTF8(_ped_Geometry_Type_obj.tp_repr(self->geom)); | ^ src/pydisk.c: In function '_ped_Disk_str': src/pydisk.c:351:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 351 | dev = PyUnicode_AsUTF8(_ped_Device_Type_obj.tp_repr(self->dev)); | ^ src/pydisk.c:356:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 356 | type = PyUnicode_AsUTF8(_ped_Device_Type_obj.tp_repr(self->type)); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pyfilesys.c -o build/temp.linux-aarch64-3.8/src/pyfilesys.o src/pyfilesys.c: In function '_ped_FileSystem_str': src/pyfilesys.c:176:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 176 | type = PyUnicode_AsUTF8(_ped_FileSystem_Type_obj.tp_repr(self->type)); | ^ src/pyfilesys.c:181:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 181 | geom = PyUnicode_AsUTF8(_ped_Geometry_Type_obj.tp_repr(self->geom)); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pygeom.c -o build/temp.linux-aarch64-3.8/src/pygeom.o src/pygeom.c: In function '_ped_Geometry_str': src/pygeom.c:91:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 91 | dev = PyUnicode_AsUTF8(_ped_Device_Type_obj.tp_repr(self->dev)); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pynatmath.c -o build/temp.linux-aarch64-3.8/src/pynatmath.o gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pytimer.c -o build/temp.linux-aarch64-3.8/src/pytimer.o src/pytimer.c: In function '_ped_Timer_set': src/pytimer.c:191:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 191 | self->state_name = PyUnicode_AsUTF8(value); | ^ gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPYPARTED_VERSION="3.11.2" -Iinclude -I/usr/include/python3.8 -c src/pyunit.c -o build/temp.linux-aarch64-3.8/src/pyunit.o gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags build/temp.linux-aarch64-3.8/src/_pedmodule.o build/temp.linux-aarch64-3.8/src/convert.o build/temp.linux-aarch64-3.8/src/pyconstraint.o build/temp.linux-aarch64-3.8/src/pydevice.o build/temp.linux-aarch64-3.8/src/pydisk.o build/temp.linux-aarch64-3.8/src/pyfilesys.o build/temp.linux-aarch64-3.8/src/pygeom.o build/temp.linux-aarch64-3.8/src/pynatmath.o build/temp.linux-aarch64-3.8/src/pytimer.o build/temp.linux-aarch64-3.8/src/pyunit.o -L/usr/lib64 -lparted -lpython3.8 -o build/lib.linux-aarch64-3.8/_ped.cpython-38-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2r8tTg + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 + cd pyparted-3.11.2 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 'INSTALL=/usr/bin/install -p' PYTHON=python3 running build running build_py running build_ext running install running build running build_py running build_ext running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages copying build/lib.linux-aarch64-3.8/_ped.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/partition.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/constraint.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/decorators.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/geometry.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/filesystem.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/disk.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/alignment.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/device.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted copying build/lib.linux-aarch64-3.8/parted/cachedlist.py -> /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/partition.py to partition.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/constraint.py to constraint.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/decorators.py to decorators.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/geometry.py to geometry.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/filesystem.py to filesystem.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/disk.py to disk.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/alignment.py to alignment.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/device.py to device.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/parted/cachedlist.py to cachedlist.cpython-38.pyc writing byte-compilation script '/tmp/tmp43r_24z8.py' /usr/bin/python3 /tmp/tmp43r_24z8.py removing /tmp/tmp43r_24z8.py running install_egg_info Writing /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/pyparted-3.11.2-py3.8.egg-info + find /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 -name '*.la' -delete + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 3.11.2-1.mga8 --unique-debug-suffix -3.11.2-1.mga8.aarch64 --unique-debug-src-base python-parted-3.11.2-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pyparted-3.11.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/_ped.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8/site-packages/_ped.cpython-38-aarch64-linux-gnu.so original debug info size: 508kB, size after compression: 412kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 638 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-parted-3.11.2-1.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PnL3ph + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyparted-3.11.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + cp -pr README /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/doc/python3-parted + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sNkpRd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyparted-3.11.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/licenses/python3-parted + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/licenses/python3-parted + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64/usr/share/licenses/python3-parted + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-parted = 3.11.2-1.mga8 python-pyparted = 3.11.2-1.mga8 python3-parted = 3.11.2-1.mga8 python3-parted(aarch-64) = 3.11.2-1.mga8 python3.8dist(pyparted) = 3.11.2 python3dist(pyparted) = 3.11.2 pythonegg(3)(pyparted) = 3.11.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libparted.so.2()(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 Obsoletes: python-parted < 3.11.2-1.mga8 python-pyparted < 3.11.2-1.mga8 Processing files: python-parted-debugsource-3.11.2-1.mga8.aarch64 Provides: python-parted-debugsource = 3.11.2-1.mga8 python-parted-debugsource(aarch-64) = 3.11.2-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-parted-debuginfo-3.11.2-1.mga8.aarch64 Provides: debuginfo(build-id) = 6e06f0a228ba22697b446b9c00ac43999521c4a4 python3-parted-debuginfo = 3.11.2-1.mga8 python3-parted-debuginfo(aarch-64) = 3.11.2-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-parted-debugsource(aarch-64) = 3.11.2-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-parted-3.11.2-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-parted-debuginfo-3.11.2-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-parted-debugsource-3.11.2-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E62tgd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pyparted-3.11.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-parted-3.11.2-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aIZ3Zd + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pyparted-3.11.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!