D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-zstd-1.4.5.1-2.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.C6wYp5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf zstd-1.4.5.1 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/zstd-1.4.5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd zstd-1.4.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-zstd-1.4.5.1-test-external.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-zstd-1.4.5.1-test-once.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + rm -rf zstd.egg-info + rm -rf zstd/ + rm tests/test_version.py + sed -i -e /test_version/d tests/__init__.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CXiUd4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' --legacy --pyzstd-legacy --external running build running build_ext building 'zstd' extension creating build 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c src/util.c -o build/temp.linux-aarch64-3.8/src/util.o -O2 -DVERSION="1.4.5.1" -Izstd/lib/legacy -DZSTD_LEGACY_SUPPORT=1 -DPYZSTD_LEGACY=1 src/util.c: In function 'UTIL_countPhysicalCores': src/util.c:171:21: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 171 | if (strncmp(buff, "siblings", 8) == 0) { | ^~~~~~~ src/util.c:171:47: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 171 | if (strncmp(buff, "siblings", 8) == 0) { | ^ : note: built-in 'strncmp' declared here src/util.c:172:45: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] 172 | const char* const sep = strchr(buff, ':'); | ^~~~~~ src/util.c:172:45: warning: incompatible implicit declaration of built-in function 'strchr' src/util.c:22:1: note: include '' or provide a declaration of 'strchr' 21 | #include +++ |+#include 22 | src/util.c:180:48: warning: 'strncmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 180 | if (strncmp(buff, "cpu cores", 9) == 0) { | ^ : note: built-in 'strncmp' declared here src/util.c:181:45: warning: incompatible implicit declaration of built-in function 'strchr' 181 | const char* const sep = strchr(buff, ':'); | ^~~~~~ src/util.c:181:45: note: include '' or provide a declaration of 'strchr' 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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.8 -c src/python-zstd.c -o build/temp.linux-aarch64-3.8/src/python-zstd.o -O2 -DVERSION="1.4.5.1" -Izstd/lib/legacy -DZSTD_LEGACY_SUPPORT=1 -DPYZSTD_LEGACY=1 src/python-zstd.c:207:9: note: '#pragma message: Old style functions are deprecated since 2018-05-06 and may be removed any time!' 207 | #pragma message "Old style functions are deprecated since 2018-05-06 and may be removed any time!" | ^~~~~~~ creating build/lib.linux-aarch64-3.8 gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/src/util.o build/temp.linux-aarch64-3.8/src/python-zstd.o -L/usr/lib64 -lzstd -lpython3.8 -o build/lib.linux-aarch64-3.8/zstd.cpython-38-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1gTsG5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 + cd zstd-1.4.5.1 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8/site-packages copying build/lib.linux-aarch64-3.8/zstd.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8/site-packages writing byte-compilation script '/tmp/tmpkuolw2qg.py' /usr/bin/python3 /tmp/tmpkuolw2qg.py removing /tmp/tmpkuolw2qg.py running install_egg_info running egg_info writing src/zstd.egg-info/PKG-INFO writing dependency_links to src/zstd.egg-info/dependency_links.txt writing top-level names to src/zstd.egg-info/top_level.txt reading manifest file 'src/zstd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'zstd/lib/common' warning: no directories found matching 'zstd/lib/compress' warning: no directories found matching 'zstd/lib/decompress' warning: no directories found matching 'zstd/lib/legacy' warning: no files found matching 'zstd/lib/zstd.h' writing manifest file 'src/zstd.egg-info/SOURCES.txt' Copying src/zstd.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8/site-packages/zstd-1.4.5.1-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.4.5.1-2.mga8 --unique-debug-suffix -1.4.5.1-2.mga8.aarch64 --unique-debug-src-base python-zstd-1.4.5.1-2.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8/site-packages/zstd.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8/site-packages/zstd.cpython-38-aarch64-linux-gnu.so original debug info size: 80kB, size after compression: 80kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 56 blocks + /usr/lib/rpm/check-buildroot + '[' -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/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/python3 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dIvm25 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing src/zstd.egg-info/PKG-INFO writing dependency_links to src/zstd.egg-info/dependency_links.txt writing top-level names to src/zstd.egg-info/top_level.txt reading manifest file 'src/zstd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'zstd/lib/common' warning: no directories found matching 'zstd/lib/compress' warning: no directories found matching 'zstd/lib/decompress' warning: no directories found matching 'zstd/lib/legacy' warning: no files found matching 'zstd/lib/zstd.h' writing manifest file 'src/zstd.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-aarch64-3.8/zstd.cpython-38-aarch64-linux-gnu.so -> src INFO:ZSTD:Python version: 3.8.7 (default, Dec 22 2020, 19:51:23) [GCC 10.2.1 20201219] test_compression_default_level (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:71: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:72: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(tDATA, zstd.decompress(CDATA)) ok test_compression_default_level_default (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:79: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:80: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(CDATA, zstd.compress(tDATA, 3)) ok test_compression_default_level_zero (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:75: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:76: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(CDATA, zstd.compress(tDATA, 0)) ok test_compression_level1 (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:119: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 1))) ok test_compression_level20 (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:133: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 20))) ok test_compression_level6 (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:126: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(DATA, zstd.decompress(zstd.compress(DATA, 6))) ok test_compression_multi_thread_many (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:104: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA, 6, 16) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:105: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(tDATA, zstd.decompress(CDATA)) ok test_compression_multi_thread_one (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:100: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA, 6, 1) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:101: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(tDATA, zstd.decompress(CDATA)) ok test_compression_negative_level (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:86: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA, -1) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:87: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(tDATA, zstd.decompress(CDATA)) ok test_compression_negative_level_notdefault (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:93: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats CDATA = zstd.compress(tDATA, -1) /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:94: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertNotEqual(CDATA, zstd.compress(tDATA, 0)) ok test_compression_old_default_level (tests.test_compress.TestZSTD) ... skipped 'PyZstd was build without legacy functions support' test_compression_random (tests.test_compress.TestZSTD) ... /home/iurt/rpmbuild/BUILD/zstd-1.4.5.1/tests/base.py:68: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats self.assertEqual(DATA, zstd.loads(zstd.dumps(DATA))) ok test_compression_wrong_level (tests.test_compress.TestZSTD) ... /usr/lib64/python3.8/unittest/case.py:202: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats callable_obj(*args, **kwargs) ok test_decompression_v036 (tests.test_compress.TestZSTD) ... skipped 'PyZstd was build without legacy zstd format and functions support' test_decompression_v046 (tests.test_compress.TestZSTD) ... skipped 'PyZstd was build without legacy zstd format and functions support' ---------------------------------------------------------------------- Ran 15 tests in 0.065s OK (skipped=3) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-zstd-1.4.5.1-2.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MV6qs4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/doc/python3-zstd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/doc/python3-zstd + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/doc/python3-zstd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lpBVg5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/licenses/python3-zstd + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/licenses/python3-zstd + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64/usr/share/licenses/python3-zstd + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-zstd = 1.4.5.1-2.mga8 python3-zstd = 1.4.5.1-2.mga8 python3-zstd(aarch-64) = 1.4.5.1-2.mga8 python3.8-zstd = 1.4.5.1-2.mga8 python3.8dist(zstd) = 1.4.5.1 python3dist(zstd) = 1.4.5.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-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) libpython3.8.so.1.0()(64bit) libzstd.so.1()(64bit) python(abi) = 3.8 Obsoletes: python-zstd < 1.4.5.1-2.mga8 Processing files: python-zstd-debugsource-1.4.5.1-2.mga8.aarch64 Provides: python-zstd-debugsource = 1.4.5.1-2.mga8 python-zstd-debugsource(aarch-64) = 1.4.5.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-zstd-debuginfo-1.4.5.1-2.mga8.aarch64 Provides: debuginfo(build-id) = 2046e4003345b86e35f6b5475290753452385db6 python-zstd-debuginfo = 1.4.5.1-2.mga8 python3-zstd-debuginfo = 1.4.5.1-2.mga8 python3-zstd-debuginfo(aarch-64) = 1.4.5.1-2.mga8 python3.8-zstd-debuginfo = 1.4.5.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-zstd-debugsource(aarch-64) = 1.4.5.1-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-zstd-1.4.5.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-zstd-debugsource-1.4.5.1-2.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-zstd-debuginfo-1.4.5.1-2.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Y4IjR6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-2.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qhBJO6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf zstd-1.4.5.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!