D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/python-zstd-1.5.6.1-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BqYSvw
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xDW9Or
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ rm -rf zstd-1.5.6.1
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/zstd-1.5.6.1.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd zstd-1.5.6.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/python-zstd-1.4.5.1-test-external.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ rm -rf zstd.egg-info
+ rm -rf zstd/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cZsNUe
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd zstd-1.5.6.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP' --legacy --external
/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running build
running build_ext
building 'zstd' extension
creating build/temp.linux-x86_64-cpython-312/src
gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.12 -c src/python-zstd.c -o build/temp.linux-x86_64-cpython-312/src/python-zstd.o -O2 -DVERSION=1.5.6.1 -DDYNAMIC_BMI2=0 -DZSTD_DISABLE_ASM=1 -DLIBZSTD_EXTERNAL=1 -Izstd/lib/legacy -DZSTD_LEGACY_SUPPORT=1 -DZSTD_TRACE=0
gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.12 -c src/util.c -o build/temp.linux-x86_64-cpython-312/src/util.o -O2 -DVERSION=1.5.6.1 -DDYNAMIC_BMI2=0 -DZSTD_DISABLE_ASM=1 -DLIBZSTD_EXTERNAL=1 -Izstd/lib/legacy -DZSTD_LEGACY_SUPPORT=1 -DZSTD_TRACE=0
creating build/lib.linux-x86_64-cpython-312
gcc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full build/temp.linux-x86_64-cpython-312/src/python-zstd.o build/temp.linux-x86_64-cpython-312/src/util.o -L/usr/lib64 -lzstd -lpython3.12 -o build/lib.linux-x86_64-cpython-312/zstd.cpython-312-x86_64-linux-gnu.so
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RxKIiz
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ mkdir /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd zstd-1.5.6.1
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT --prefix /usr
/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
running install_lib
creating /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib64/python3.12/site-packages
copying build/lib.linux-x86_64-cpython-312/zstd.cpython-312-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib64/python3.12/site-packages
writing byte-compilation script '/tmp/tmpod3x0cvr.py'
/usr/bin/python3 /tmp/tmpod3x0cvr.py
removing /tmp/tmpod3x0cvr.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 'README.md'
warning: no files found matching 'zstd/lib/zstd.h'
warning: no files found matching 'zstd/lib/zstd_errors.h'
adding license file 'LICENSE'
writing manifest file 'src/zstd.egg-info/SOURCES.txt'
Copying src/zstd.egg-info to /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib64/python3.12/site-packages/zstd-1.5.6.1-py3.12.egg-info
running install_scripts
+ rm -rfv /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.5.6.1-1.mga10 --unique-debug-suffix -1.5.6.1-1.mga10.x86_64 --unique-debug-src-base python-zstd-1.5.6.1-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/zstd-1.5.6.1
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/python-zstd-1.5.6.1-1.mga10.x86_64
find-debuginfo: done
+ /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
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib64/python3.12 using python3.12
Not clamping source mtimes, $SOURCE_DATE_EPOCH not set
Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib/debug/usr/lib64/python3.12 using python3.12
Not clamping source mtimes, $SOURCE_DATE_EPOCH not set
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/SPECPARTS/rpm-debuginfo.specpart
Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ot0Imi
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd zstd-1.5.6.1
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ PATH=/home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pterjan/.local/bin:/home/pterjan/bin
+ PYTHONPATH=/home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib64/python3.12/site-packages:/home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/lib/python3.12/site-packages
+ PYTHONDONTWRITEBYTECODE=1
+ PYTEST_XDIST_AUTO_NUM_WORKERS=16
+ /usr/bin/python3 -m unittest -v
INFO:ZSTD:Python version: 3.12.8 (main, Dec 14 2024, 10:51:11) [GCC 14.2.0]
test_compression_default_level (tests.test_compress.TestZstdCompress.test_compression_default_level) ... ok
test_compression_default_level_default (tests.test_compress.TestZstdCompress.test_compression_default_level_default) ... ok
test_compression_default_level_zero (tests.test_compress.TestZstdCompress.test_compression_default_level_zero) ... ok
test_compression_empty_string (tests.test_compress.TestZstdCompress.test_compression_empty_string) ... ok
test_compression_level1 (tests.test_compress.TestZstdCompress.test_compression_level1) ... ok
test_compression_level20 (tests.test_compress.TestZstdCompress.test_compression_level20) ... ok
test_compression_level6 (tests.test_compress.TestZstdCompress.test_compression_level6) ... ok
test_compression_multi_thread_many (tests.test_compress.TestZstdCompress.test_compression_multi_thread_many) ... ok
test_compression_multi_thread_one (tests.test_compress.TestZstdCompress.test_compression_multi_thread_one) ... ok
test_compression_multiple_blocks (tests.test_compress.TestZstdCompress.test_compression_multiple_blocks) ... ok
test_compression_negative_level (tests.test_compress.TestZstdCompress.test_compression_negative_level) ... ok
test_compression_negative_level_notdefault (tests.test_compress.TestZstdCompress.test_compression_negative_level_notdefault) ... ok
test_compression_random (tests.test_compress.TestZstdCompress.test_compression_random) ... ok
test_compression_wrong_level (tests.test_compress.TestZstdCompress.test_compression_wrong_level) ... ok
test_library_version (tests.test_version.TestZstdVersion.test_library_version) ... skipped 'PyZstd was build with external version of ZSTD library (1.5.6). It can be any version. Almost.'
test_library_version_number (tests.test_version.TestZstdVersion.test_library_version_number) ... skipped 'PyZstd was build with external version of ZSTD library (1.5.6). It can be any version. Almost.'
test_library_version_number_min (tests.test_version.TestZstdVersion.test_library_version_number_min) ... ok
test_module_version (tests.test_version.TestZstdVersion.test_module_version) ... ok

----------------------------------------------------------------------
Ran 18 tests in 0.007s

OK (skipped=2)
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-zstd-1.5.6.1-1.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zb9dlF
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ cd zstd-1.5.6.1
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/doc/python3-zstd
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/doc/python3-zstd
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/zstd-1.5.6.1/README.rst /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/doc/python3-zstd
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7GnxAi
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ cd zstd-1.5.6.1
+ LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/licenses/python3-zstd
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/licenses/python3-zstd
+ cp -pr /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/zstd-1.5.6.1/LICENSE /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT/usr/share/licenses/python3-zstd
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-zstd = 1.5.6.1-1.mga10 python3-zstd = 1.5.6.1-1.mga10 python3-zstd(x86-64) = 1.5.6.1-1.mga10 python3.12-zstd = 1.5.6.1-1.mga10 python3.12dist(zstd) = 1.5.6.1 python3dist(zstd) = 1.5.6.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpython3.12.so.1.0()(64bit) libzstd.so.1()(64bit) python(abi) = 3.12
Obsoletes: python-zstd < 1.5.6.1-1.mga10
Processing files: python-zstd-debugsource-1.5.6.1-1.mga10.x86_64
Provides: python-zstd-debugsource = 1.5.6.1-1.mga10 python-zstd-debugsource(x86-64) = 1.5.6.1-1.mga10
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.5.6.1-1.mga10.x86_64
Provides: debuginfo(build-id) = 7f5fdf216353e7458a6bd90ab3de847ca3c7c220 python-zstd-debuginfo = 1.5.6.1-1.mga10 python3-zstd-debuginfo = 1.5.6.1-1.mga10 python3-zstd-debuginfo(x86-64) = 1.5.6.1-1.mga10 python3.12-zstd-debuginfo = 1.5.6.1-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-zstd-debugsource(x86-64) = 1.5.6.1-1.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-zstd-1.5.6.1-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-zstd-debugsource-1.5.6.1-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-zstd-debuginfo-1.5.6.1-1.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Xx72MI
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-zstd-1.5.6.1-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!