D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-cppy-1.2.1-1.mga9.src.rpm Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vtDGPx + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf cppy-1.2.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/cppy-1.2.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd cppy-1.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/cppy-1.2.1-setup.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/rm -rf cppy.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OxfAFG + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cppy-1.2.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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) /usr/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'description' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `description = 'C++ headers for C extension development'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'description' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'description' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) running build running build_py creating build creating build/lib creating build/lib/cppy copying cppy/version.py -> build/lib/cppy copying cppy/__init__.py -> build/lib/cppy running egg_info creating cppy.egg-info writing cppy.egg-info/PKG-INFO writing dependency_links to cppy.egg-info/dependency_links.txt writing top-level names to cppy.egg-info/top_level.txt writing manifest file 'cppy.egg-info/SOURCES.txt' reading manifest file 'cppy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.png' under directory 'docs/source' no previously-included directories found matching '.git' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'cppy.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'cppy.include.cppy' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'cppy.include.cppy' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'cppy.include.cppy' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'cppy.include.cppy' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/cppy/include creating build/lib/cppy/include/cppy copying cppy/include/cppy/cppy.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/defines.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/errors.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/ptr.h -> build/lib/cppy/include/cppy + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kfba6t + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch + cd cppy-1.2.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 install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) /usr/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _WouldIgnoreField: 'description' defined outside of `pyproject.toml` would be ignored. !! ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `description = 'C++ headers for C extension development'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless 'description' is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list 'description' under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. !! warnings.warn(msg, _WouldIgnoreField) 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/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy copying build/lib/cppy/version.py -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include creating /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include/cppy copying build/lib/cppy/include/cppy/defines.h -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include/cppy copying build/lib/cppy/include/cppy/ptr.h -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include/cppy copying build/lib/cppy/include/cppy/cppy.h -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include/cppy copying build/lib/cppy/include/cppy/errors.h -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/include/cppy copying build/lib/cppy/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/version.py to version.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy/__init__.py to __init__.cpython-310.pyc writing byte-compilation script '/tmp/tmp6fnbdnko.py' /usr/bin/python3 /tmp/tmp6fnbdnko.py removing /tmp/tmp6fnbdnko.py running install_egg_info running egg_info writing cppy.egg-info/PKG-INFO writing dependency_links to cppy.egg-info/dependency_links.txt writing top-level names to cppy.egg-info/top_level.txt reading manifest file 'cppy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.png' under directory 'docs/source' no previously-included directories found matching '.git' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'cppy.egg-info/SOURCES.txt' Copying cppy.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10/site-packages/cppy-1.2.1-py3.10.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.2.1-1.mga9 --unique-debug-suffix -1.2.1-1.mga9.noarch --unique-debug-src-base python-cppy-1.2.1-1.mga9.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/cppy-1.2.1 + /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/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-cppy-1.2.1-1.mga9.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BXuc2W + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cppy-1.2.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/share/doc/python3-cppy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/share/doc/python3-cppy + cp -pr README.rst /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch/usr/share/doc/python3-cppy + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cppy = 1.2.1-1.mga9 python3-cppy = 1.2.1-1.mga9 python3.10-cppy = 1.2.1-1.mga9 python3.10dist(cppy) = 1.2.1 python3dist(cppy) = 1.2.1 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: python(abi) = 3.10 Obsoletes: python-cppy < 1.2.1-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-cppy-1.2.1-1.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.B9Kqao + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd cppy-1.2.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-cppy-1.2.1-1.mga9.noarch + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kd1Fn3 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf cppy-1.2.1 cppy-1.2.1.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!