D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/python-dpaste-3.5-6.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2re6QL Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pPYIhR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + rm -rf dpaste-3.5 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/dpaste-3.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd dpaste-3.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf dpaste.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wWR6R6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-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 dpaste-3.5 + '[' 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' /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/dpaste copying dpaste/wsgi.py -> build/lib/dpaste copying dpaste/apps.py -> build/lib/dpaste copying dpaste/highlight.py -> build/lib/dpaste copying dpaste/views.py -> build/lib/dpaste copying dpaste/__init__.py -> build/lib/dpaste copying dpaste/forms.py -> build/lib/dpaste copying dpaste/models.py -> build/lib/dpaste creating build/lib/dpaste/management copying dpaste/management/__init__.py -> build/lib/dpaste/management creating build/lib/dpaste/tests copying dpaste/tests/test_highlight.py -> build/lib/dpaste/tests copying dpaste/tests/test_snippet.py -> build/lib/dpaste/tests copying dpaste/tests/__init__.py -> build/lib/dpaste/tests copying dpaste/tests/test_api.py -> build/lib/dpaste/tests creating build/lib/dpaste/settings copying dpaste/settings/tests.py -> build/lib/dpaste/settings copying dpaste/settings/__init__.py -> build/lib/dpaste/settings copying dpaste/settings/base.py -> build/lib/dpaste/settings creating build/lib/dpaste/migrations copying dpaste/migrations/0002_auto_20170119_1038.py -> build/lib/dpaste/migrations copying dpaste/migrations/0006_auto_20180622_1051.py -> build/lib/dpaste/migrations copying dpaste/migrations/0001_initial.py -> build/lib/dpaste/migrations copying dpaste/migrations/0004_auto_20180107_1603.py -> build/lib/dpaste/migrations copying dpaste/migrations/0007_snippet_rtl.py -> build/lib/dpaste/migrations copying dpaste/migrations/0005_remove_snippet_highlighted.py -> build/lib/dpaste/migrations copying dpaste/migrations/__init__.py -> build/lib/dpaste/migrations copying dpaste/migrations/0003_snippet_highlighted.py -> build/lib/dpaste/migrations creating build/lib/dpaste/urls copying dpaste/urls/dpaste.py -> build/lib/dpaste/urls copying dpaste/urls/dpaste_api.py -> build/lib/dpaste/urls copying dpaste/urls/__init__.py -> build/lib/dpaste/urls creating build/lib/dpaste/management/commands copying dpaste/management/commands/__init__.py -> build/lib/dpaste/management/commands copying dpaste/management/commands/cleanup_snippets.py -> build/lib/dpaste/management/commands running egg_info creating dpaste.egg-info writing dpaste.egg-info/PKG-INFO writing dependency_links to dpaste.egg-info/dependency_links.txt writing requirements to dpaste.egg-info/requires.txt writing top-level names to dpaste.egg-info/top_level.txt writing manifest file 'dpaste.egg-info/SOURCES.txt' reading manifest file 'dpaste.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'dpaste/settings/local.py' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'dpaste.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'dpaste.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'dpaste.static' 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 'dpaste.static' 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 'dpaste.static' to be distributed and are already explicitly excluding 'dpaste.static' 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 'dpaste.templates.dpaste' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'dpaste.templates.dpaste' 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 'dpaste.templates.dpaste' 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 'dpaste.templates.dpaste' to be distributed and are already explicitly excluding 'dpaste.templates.dpaste' 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 'dpaste.templates.dpaste.highlight' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'dpaste.templates.dpaste.highlight' 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 'dpaste.templates.dpaste.highlight' 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 'dpaste.templates.dpaste.highlight' to be distributed and are already explicitly excluding 'dpaste.templates.dpaste.highlight' 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 'dpaste.templates.dpaste.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'dpaste.templates.dpaste.includes' 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 'dpaste.templates.dpaste.includes' 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 'dpaste.templates.dpaste.includes' to be distributed and are already explicitly excluding 'dpaste.templates.dpaste.includes' 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/dpaste/static copying dpaste/static/dpaste.css -> build/lib/dpaste/static copying dpaste/static/dpaste.css.map -> build/lib/dpaste/static copying dpaste/static/dpaste.js -> build/lib/dpaste/static creating build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/404.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/500.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/about.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/base.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/details.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/details_slim.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/history.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/new.html -> build/lib/dpaste/templates/dpaste copying dpaste/templates/dpaste/raw.html -> build/lib/dpaste/templates/dpaste creating build/lib/dpaste/templates/dpaste/highlight copying dpaste/templates/dpaste/highlight/code.html -> build/lib/dpaste/templates/dpaste/highlight copying dpaste/templates/dpaste/highlight/text.html -> build/lib/dpaste/templates/dpaste/highlight creating build/lib/dpaste/templates/dpaste/includes copying dpaste/templates/dpaste/includes/diff.html -> build/lib/dpaste/templates/dpaste/includes copying dpaste/templates/dpaste/includes/form.html -> build/lib/dpaste/templates/dpaste/includes + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.A1sU1u + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + mkdir /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-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 dpaste-3.5 + '[' 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-dpaste-3.5-build/BUILDROOT --prefix /usr /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. Follow the current Python packaging guidelines when building Python RPM packages. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/commands copying build/lib/dpaste/management/commands/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/commands copying build/lib/dpaste/management/commands/cleanup_snippets.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/commands copying build/lib/dpaste/management/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/includes copying build/lib/dpaste/templates/dpaste/includes/form.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/includes copying build/lib/dpaste/templates/dpaste/includes/diff.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/includes copying build/lib/dpaste/templates/dpaste/details_slim.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/500.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/new.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/raw.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/details.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/404.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/highlight copying build/lib/dpaste/templates/dpaste/highlight/text.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/highlight copying build/lib/dpaste/templates/dpaste/highlight/code.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste/highlight copying build/lib/dpaste/templates/dpaste/about.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/base.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/templates/dpaste/history.html -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/templates/dpaste copying build/lib/dpaste/wsgi.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/static copying build/lib/dpaste/static/dpaste.css -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/static copying build/lib/dpaste/static/dpaste.css.map -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/static copying build/lib/dpaste/static/dpaste.js -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/static creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests copying build/lib/dpaste/tests/test_highlight.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests copying build/lib/dpaste/tests/test_snippet.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests copying build/lib/dpaste/tests/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests copying build/lib/dpaste/tests/test_api.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests copying build/lib/dpaste/apps.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste copying build/lib/dpaste/highlight.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste copying build/lib/dpaste/views.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste copying build/lib/dpaste/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings copying build/lib/dpaste/settings/tests.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings copying build/lib/dpaste/settings/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings copying build/lib/dpaste/settings/base.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0002_auto_20170119_1038.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0006_auto_20180622_1051.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0001_initial.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0004_auto_20180107_1603.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0007_snippet_rtl.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0005_remove_snippet_highlighted.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations copying build/lib/dpaste/migrations/0003_snippet_highlighted.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations creating /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls copying build/lib/dpaste/urls/dpaste.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls copying build/lib/dpaste/urls/dpaste_api.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls copying build/lib/dpaste/urls/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls copying build/lib/dpaste/forms.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste copying build/lib/dpaste/models.py -> /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/commands/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/commands/cleanup_snippets.py to cleanup_snippets.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/management/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/wsgi.py to wsgi.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests/test_highlight.py to test_highlight.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests/test_snippet.py to test_snippet.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/tests/test_api.py to test_api.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/apps.py to apps.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/highlight.py to highlight.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/views.py to views.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings/tests.py to tests.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/settings/base.py to base.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0002_auto_20170119_1038.py to 0002_auto_20170119_1038.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0006_auto_20180622_1051.py to 0006_auto_20180622_1051.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0001_initial.py to 0001_initial.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0004_auto_20180107_1603.py to 0004_auto_20180107_1603.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0007_snippet_rtl.py to 0007_snippet_rtl.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0005_remove_snippet_highlighted.py to 0005_remove_snippet_highlighted.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/migrations/0003_snippet_highlighted.py to 0003_snippet_highlighted.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls/dpaste.py to dpaste.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls/dpaste_api.py to dpaste_api.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/urls/__init__.py to __init__.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/forms.py to forms.cpython-313.pyc byte-compiling /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste/models.py to models.cpython-313.pyc writing byte-compilation script '/tmp/tmp64pmi4ze.py' /usr/bin/python3 /tmp/tmp64pmi4ze.py removing /tmp/tmp64pmi4ze.py running install_egg_info running egg_info writing dpaste.egg-info/PKG-INFO writing dependency_links to dpaste.egg-info/dependency_links.txt writing requirements to dpaste.egg-info/requires.txt writing top-level names to dpaste.egg-info/top_level.txt reading manifest file 'dpaste.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'dpaste/settings/local.py' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'dpaste.egg-info/SOURCES.txt' Copying dpaste.egg-info to /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/lib/python3.13/site-packages/dpaste-3.5-py3.13.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-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 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-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 Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.tfEjo2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-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 dpaste-3.5 + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-dpaste-3.5-6.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dmTaFF + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + cd dpaste-3.5 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/doc/python3-dpaste + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/doc/python3-dpaste + cp -pr /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/dpaste-3.5/README.rst /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/doc/python3-dpaste + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vSL2Gg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + cd dpaste-3.5 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/licenses/python3-dpaste + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/licenses/python3-dpaste + cp -pr /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/dpaste-3.5/LICENSE /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT/usr/share/licenses/python3-dpaste + RPM_EC=0 ++ jobs -p + exit 0 Provides: dpaste = 3.5-6.mga10 python-dpaste = 3.5-6.mga10 python3-dpaste = 3.5-6.mga10 python3.13-dpaste = 3.5-6.mga10 python3.13dist(dpaste) = 3.5 python3dist(dpaste) = 3.5 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 python3.13dist(dj-database-url) >= 0.5 python3.13dist(django) >= 2.2 python3.13dist(django-csp) >= 3.6 python3.13dist(django-staticinline) >= 1 python3.13dist(docutils) python3.13dist(jsx-lexer) >= 0.0.8 python3.13dist(misaka) >= 2.1 python3.13dist(pygments) >= 1.6 python3.13dist(pytest) python3.13dist(pytest-cov) python3.13dist(pytest-django) python3.13dist(tox) Obsoletes: python-dpaste < 3.5-6.mga10 python3-django-dpaste < 0.2.4-14 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-dpaste-3.5-6.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SdyHnP + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + test -d /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-dpaste-3.5-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!