D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/@2351679:python-zstandard-0.21.0-1.2.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.etNh56 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf zstandard-0.21.0 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/zstandard-0.21.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd zstandard-0.21.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/iurt/rpmbuild/SOURCES/zstandard-linking.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + rm -rf 'src/*.egg-info' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gYQj02 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstandard-0.21.0 + '[' 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /home/iurt/rpmbuild/BUILD/zstandard-0.21.0/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. cffi_version = LooseVersion(cffi.__version__) /home/iurt/rpmbuild/BUILD/zstandard-0.21.0/setup.py:33: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION): regenerated: 'build/zstandard/_cffi.c' generating build/zstandard/_cffi.c running build running build_py creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/zstandard copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-310/zstandard copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-310/zstandard copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-310/zstandard copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-310/zstandard running build_ext building 'zstandard.backend_c' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/c-ext 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 -Ic-ext -Izstd -I/usr/include/python3.10 -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-310/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -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-x86_64-cpython-310/c-ext/backend_c.o -L/usr/lib64 -lpython3.10 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so building 'zstandard._cffi' extension creating build/temp.linux-x86_64-cpython-310/build creating build/temp.linux-x86_64-cpython-310/build/zstandard creating build/temp.linux-x86_64-cpython-310/zstd 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/home/iurt/rpmbuild/BUILD/zstandard-0.21.0/zstd -I/usr/include/python3.10 -c build/zstandard/_cffi.c -o build/temp.linux-x86_64-cpython-310/build/zstandard/_cffi.o 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/home/iurt/rpmbuild/BUILD/zstandard-0.21.0/zstd -I/usr/include/python3.10 -c zstd/zstd.c -o build/temp.linux-x86_64-cpython-310/zstd/zstd.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -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-x86_64-cpython-310/build/zstandard/_cffi.o build/temp.linux-x86_64-cpython-310/zstd/zstd.o -L/usr/lib64 -lpython3.10 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xX88eq + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 + cd zstandard-0.21.0 + '[' 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 /home/iurt/rpmbuild/BUILD/zstandard-0.21.0/setup.py:32: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. cffi_version = LooseVersion(cffi.__version__) /home/iurt/rpmbuild/BUILD/zstandard-0.21.0/setup.py:33: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if cffi_version < LooseVersion(MINIMUM_CFFI_VERSION): not modified: 'build/zstandard/_cffi.c' generating build/zstandard/_cffi.c (already up-to-date) running install /usr/lib/python3.10/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-zstandard-0.21.0-1.2.mga9.x86_64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10 creating /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/backend_cffi.py -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/py.typed -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/__init__.pyi -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard copying build/lib.linux-x86_64-cpython-310/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard/backend_cffi.py to backend_cffi.cpython-310.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard/__init__.py to __init__.cpython-310.pyc writing byte-compilation script '/tmp/tmp9dhmhf02.py' /usr/bin/python3 /tmp/tmp9dhmhf02.py removing /tmp/tmp9dhmhf02.py running install_egg_info running egg_info writing zstandard.egg-info/PKG-INFO writing dependency_links to zstandard.egg-info/dependency_links.txt writing requirements to zstandard.egg-info/requires.txt writing top-level names to zstandard.egg-info/top_level.txt reading manifest file 'zstandard.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'zstandard.egg-info/SOURCES.txt' Copying zstandard.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard-0.21.0-py3.10.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j24 --strict-build-id -m -i --build-id-seed 0.21.0-1.2.mga9 --unique-debug-suffix -0.21.0-1.2.mga9.x86_64 --unique-debug-src-base python-zstandard-0.21.0-1.2.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/zstandard-0.21.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard/_cffi.cpython-310-x86_64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10/site-packages/zstandard/backend_c.cpython-310-x86_64-linux-gnu.so original debug info size: 9896kB, size after compression: 9604kB /usr/bin/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 5869 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib/debug/usr/lib64/python3.10 using python3.10 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64/usr/lib64/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-zstandard-0.21.0-1.2.mga9.x86_64 Provides: bundled(libzstd) = 1.5.5 python-zstandard = 0.21.0-1.2.mga9 python3-zstandard = 0.21.0-1.2.mga9 python3-zstandard(x86-64) = 0.21.0-1.2.mga9 python3.10-zstandard = 0.21.0-1.2.mga9 python3.10dist(zstandard) = 0.21 python3dist(zstandard) = 0.21 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.10.so.1.0()(64bit) python(abi) = 3.10 Obsoletes: python-zstandard < 0.21.0-1.2.mga9 Processing files: python-zstandard-debugsource-0.21.0-1.2.mga9.x86_64 Provides: python-zstandard-debugsource = 0.21.0-1.2.mga9 python-zstandard-debugsource(x86-64) = 0.21.0-1.2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-zstandard-debuginfo-0.21.0-1.2.mga9.x86_64 Provides: debuginfo(build-id) = 69fcd814e3f554e36720b7318f9e0223c1527039 debuginfo(build-id) = e4907fc6e50769a32b72ebcd12d7a2ff14248851 python-zstandard-debuginfo = 0.21.0-1.2.mga9 python3-zstandard-debuginfo = 0.21.0-1.2.mga9 python3-zstandard-debuginfo(x86-64) = 0.21.0-1.2.mga9 python3.10-zstandard-debuginfo = 0.21.0-1.2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-zstandard-debugsource(x86-64) = 0.21.0-1.2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-zstandard-0.21.0-1.2.mga9.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python-zstandard-debugsource-0.21.0-1.2.mga9.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-zstandard-debuginfo-0.21.0-1.2.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HmERMe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zstandard-0.21.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-zstandard-0.21.0-1.2.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mwwV1M + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf zstandard-0.21.0 zstandard-0.21.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!