D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-zstd-1.4.5.1-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.PjLsbv + 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 -f + /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 -f + 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.XKIvjS + 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.9 creating build/temp.linux-aarch64-3.9/src gcc -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.9 -c src/python-zstd.c -o build/temp.linux-aarch64-3.9/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!" | ^~~~~~~ gcc -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.9 -c src/util.c -o build/temp.linux-aarch64-3.9/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:22:1: note: include '' or provide a declaration of 'strncmp' 21 | #include +++ |+#include 22 | 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: note: include '' or provide a declaration of 'strchr' src/util.c:172:45: warning: incompatible implicit declaration of built-in function 'strchr' [-Wbuiltin-declaration-mismatch] src/util.c:172:45: note: include '' or provide a declaration of 'strchr' 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' [-Wbuiltin-declaration-mismatch] 181 | const char* const sep = strchr(buff, ':'); | ^~~~~~ src/util.c:181:45: note: include '' or provide a declaration of 'strchr' creating build/lib.linux-aarch64-3.9 gcc -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.9/src/python-zstd.o build/temp.linux-aarch64-3.9/src/util.o -L/usr/lib64 -lzstd -lpython3.9 -o build/lib.linux-aarch64-3.9/zstd.cpython-39-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.F5saOr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.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-3.mga9.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64/python3.9/site-packages copying build/lib.linux-aarch64-3.9/zstd.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64/python3.9/site-packages writing byte-compilation script '/tmp/tmpg860uf3d.py' /usr/bin/python3 /tmp/tmpg860uf3d.py removing /tmp/tmpg860uf3d.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' adding license file 'LICENSE' 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-3.mga9.aarch64/usr/lib64/python3.9/site-packages/zstd-1.4.5.1-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.4.5.1-3.mga9 --unique-debug-suffix -1.4.5.1-3.mga9.aarch64 --unique-debug-src-base python-zstd-1.4.5.1-3.mga9.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 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64/python3.9/site-packages/zstd.cpython-39-aarch64-linux-gnu.so dwz: ./usr/lib64/python3.9/site-packages/zstd.cpython-39-aarch64-linux-gnu.so-1.4.5.1-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 52kB, size after compression: 52kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 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 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sYLpBQ + 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' adding license file 'LICENSE' writing manifest file 'src/zstd.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-aarch64-3.9/zstd.cpython-39-aarch64-linux-gnu.so -> src INFO:ZSTD:Python version: 3.9.8 (main, Nov 6 2021, 15:46:29) [GCC 11.2.1 20211030] 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.9/unittest/case.py:201: 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.007s OK (skipped=3) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-zstd-1.4.5.1-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ODEpOZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.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-3.mga9.aarch64/usr/share/doc/python3-zstd + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/share/doc/python3-zstd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iejgQA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstd-1.4.5.1 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.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-3.mga9.aarch64/usr/share/licenses/python3-zstd + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64/usr/share/licenses/python3-zstd + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-zstd = 1.4.5.1-3.mga9 python3-zstd = 1.4.5.1-3.mga9 python3-zstd(aarch-64) = 1.4.5.1-3.mga9 python3.9-zstd = 1.4.5.1-3.mga9 python3.9dist(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.9.so.1.0()(64bit) libzstd.so.1()(64bit) python(abi) = 3.9 Obsoletes: python-zstd < 1.4.5.1-3.mga9 Processing files: python-zstd-debugsource-1.4.5.1-3.mga9.aarch64 Provides: python-zstd-debugsource = 1.4.5.1-3.mga9 python-zstd-debugsource(aarch-64) = 1.4.5.1-3.mga9 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-3.mga9.aarch64 Provides: debuginfo(build-id) = 73a10f53394ac7c6f9b0cb9956319732c31669a3 python-zstd-debuginfo = 1.4.5.1-3.mga9 python3-zstd-debuginfo = 1.4.5.1-3.mga9 python3-zstd-debuginfo(aarch-64) = 1.4.5.1-3.mga9 python3.9-zstd-debuginfo = 1.4.5.1-3.mga9 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-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-zstd-1.4.5.1-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-zstd-debugsource-1.4.5.1-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-zstd-debuginfo-1.4.5.1-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-zstd-1.4.5.1-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JwYyvI + 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-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rOyOgG + 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!