D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/iurt/rpmbuild/SRPMS/@2172901:python-aiocache-0.12.3-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gpxRia Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kj4dDe + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + rm -rf aiocache-0.12.3 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/aiocache-0.12.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd aiocache-0.12.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf aiocache.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UI6IPc + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-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/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd aiocache-0.12.3 + '[' 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' running build running build_py creating build/lib/aiocache copying aiocache/plugins.py -> build/lib/aiocache copying aiocache/base.py -> build/lib/aiocache copying aiocache/__init__.py -> build/lib/aiocache copying aiocache/exceptions.py -> build/lib/aiocache copying aiocache/decorators.py -> build/lib/aiocache copying aiocache/lock.py -> build/lib/aiocache copying aiocache/factory.py -> build/lib/aiocache running egg_info creating aiocache.egg-info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt writing manifest file 'aiocache.egg-info/SOURCES.txt' reading manifest file 'aiocache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aiocache.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiocache.backends' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.backends' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'aiocache.backends' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'aiocache.backends' to be distributed and are already explicitly excluding 'aiocache.backends' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiocache.serializers' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiocache.serializers' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'aiocache.serializers' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'aiocache.serializers' to be distributed and are already explicitly excluding 'aiocache.serializers' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/aiocache/backends copying aiocache/backends/__init__.py -> build/lib/aiocache/backends copying aiocache/backends/memcached.py -> build/lib/aiocache/backends copying aiocache/backends/memory.py -> build/lib/aiocache/backends copying aiocache/backends/redis.py -> build/lib/aiocache/backends creating build/lib/aiocache/serializers copying aiocache/serializers/__init__.py -> build/lib/aiocache/serializers copying aiocache/serializers/serializers.py -> build/lib/aiocache/serializers + PYTHONPATH=/home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3 + sphinx-build-3 docs html Running Sphinx v8.2.3 WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code. WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] caches reading sources... [ 25%] configuration reading sources... [ 38%] decorators reading sources... [ 50%] index reading sources... [ 62%] locking reading sources... [ 75%] plugins reading sources... [ 88%] serializers reading sources... [100%] testing /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/aiocache/__init__.py:docstring of aiocache:1: WARNING: duplicate object description of aiocache, other instance in decorators, use :no-index: for one of them /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/aiocache/lock.py:docstring of aiocache.lock.RedLock:52: WARNING: Duplicate explicit target name: "redlock". [docutils] /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/aiocache/serializers/serializers.py:docstring of aiocache.serializers.serializers.JsonSerializer:6: ERROR: Unexpected indentation. [docutils] looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/html/_static/documentation_options.js Writing evaluated template result to /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/html/_static/language_data.js Writing evaluated template result to /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/html/_static/basic.css Writing evaluated template result to /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/html/_static/js/versions.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 12%] caches writing output... [ 25%] configuration writing output... [ 38%] decorators writing output... [ 50%] index writing output... [ 62%] locking writing output... [ 75%] plugins writing output... [ 88%] serializers writing output... [100%] testing generating indices... genindex py-modindex done highlighting module code... [ 11%] aiocache.backends.memcached highlighting module code... [ 22%] aiocache.backends.memory highlighting module code... [ 33%] aiocache.backends.redis highlighting module code... [ 44%] aiocache.base highlighting module code... [ 56%] aiocache.decorators highlighting module code... [ 67%] aiocache.factory highlighting module code... [ 78%] aiocache.lock highlighting module code... [ 89%] aiocache.plugins highlighting module code... [100%] aiocache.serializers.serializers writing additional pages... search done copying images... [100%] images/set_operation_flow.png dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 6 warnings. The HTML pages are in html. + rm -rf html/.doctrees html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aE7M7A + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + mkdir /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-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/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd aiocache-0.12.3 + '[' 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/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT --prefix /usr running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:79: 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/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages creating /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/plugins.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/base.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/__init__.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache creating /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/serializers copying build/lib/aiocache/serializers/__init__.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/serializers copying build/lib/aiocache/serializers/serializers.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/serializers copying build/lib/aiocache/exceptions.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/decorators.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/lock.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache copying build/lib/aiocache/factory.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache creating /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends copying build/lib/aiocache/backends/__init__.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends copying build/lib/aiocache/backends/memory.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends copying build/lib/aiocache/backends/redis.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends copying build/lib/aiocache/backends/memcached.py -> /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/plugins.py to plugins.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/base.py to base.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/__init__.py to __init__.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/serializers/__init__.py to __init__.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/serializers/serializers.py to serializers.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/exceptions.py to exceptions.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/decorators.py to decorators.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/lock.py to lock.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/factory.py to factory.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends/__init__.py to __init__.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends/memory.py to memory.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends/redis.py to redis.cpython-313.pyc byte-compiling /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache/backends/memcached.py to memcached.cpython-313.pyc writing byte-compilation script '/tmp/tmpy50qk_5c.py' /usr/bin/python3 /tmp/tmpy50qk_5c.py removing /tmp/tmpy50qk_5c.py running install_egg_info running egg_info writing aiocache.egg-info/PKG-INFO writing dependency_links to aiocache.egg-info/dependency_links.txt writing requirements to aiocache.egg-info/requires.txt writing top-level names to aiocache.egg-info/top_level.txt reading manifest file 'aiocache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'aiocache.egg-info/SOURCES.txt' Copying aiocache.egg-info to /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13/site-packages/aiocache-0.12.3-py3.13.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/bin/__pycache__ + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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 -j24 Bytecompiling .py files below /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/lib/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-aiocache-0.12.3-1.mga10.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.I31r6A + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + cd aiocache-0.12.3 + DOCDIR=/home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python3-aiocache + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python3-aiocache + cp -pr /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/README.rst /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python3-aiocache + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5QzfBd + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + cd aiocache-0.12.3 + LICENSEDIR=/home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python3-aiocache + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python3-aiocache + cp -pr /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/LICENSE /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python3-aiocache + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-aiocache = 0.12.3-1.mga10 python3-aiocache = 0.12.3-1.mga10 python3.13-aiocache = 0.12.3-1.mga10 python3.13dist(aiocache) = 0.12.3 python3dist(aiocache) = 0.12.3 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.13 Obsoletes: python-aiocache < 0.12.3-1.mga10 Processing files: python-aiocache-doc-0.12.3-1.mga10.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uYlb5I + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + cd aiocache-0.12.3 + DOCDIR=/home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python-aiocache-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python-aiocache-doc + cp -pr /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/html /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/doc/python-aiocache-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.p5MsG7 + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + cd aiocache-0.12.3 + LICENSEDIR=/home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python-aiocache-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python-aiocache-doc + cp -pr /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/aiocache-0.12.3/LICENSE /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT/usr/share/licenses/python-aiocache-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-aiocache-doc = 0.12.3-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-aiocache-0.12.3-1.mga10.noarch.rpm Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-aiocache-doc-0.12.3-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dH40BR + umask 022 + cd /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + test -d /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + rm -rf /home/iurt/rpmbuild/BUILD/python-aiocache-0.12.3-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!