D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
Installing /home/pterjan/rpmbuild/SRPMS/python-django-keyedcache3-1.5.3-7.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fYYpFs
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.EwCGCu
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ rm -rf django-keyedcache3-1.5.3
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/django-keyedcache3-1.5.3.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd django-keyedcache3-1.5.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf django_keyedcache3.egg-info/
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cJUcWm
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ cd django-keyedcache3-1.5.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'
/usr/lib/python3.12/site-packages/setuptools/dist.py:488: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running build
running build_py
creating build/lib/keyedcache
copying keyedcache/threaded.py -> build/lib/keyedcache
copying keyedcache/tests_urls.py -> build/lib/keyedcache
copying keyedcache/tests.py -> build/lib/keyedcache
copying keyedcache/urls.py -> build/lib/keyedcache
copying keyedcache/views.py -> build/lib/keyedcache
copying keyedcache/__init__.py -> build/lib/keyedcache
copying keyedcache/utils.py -> build/lib/keyedcache
copying keyedcache/models.py -> build/lib/keyedcache
running egg_info
creating django_keyedcache3.egg-info
writing django_keyedcache3.egg-info/PKG-INFO
writing dependency_links to django_keyedcache3.egg-info/dependency_links.txt
writing requirements to django_keyedcache3.egg-info/requires.txt
writing top-level names to django_keyedcache3.egg-info/top_level.txt
writing manifest file 'django_keyedcache3.egg-info/SOURCES.txt'
reading manifest file 'django_keyedcache3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'django_keyedcache3.egg-info/SOURCES.txt'
/usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.de.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.de.LC_MESSAGES' 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 'keyedcache.locale.de.LC_MESSAGES' 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 'keyedcache.locale.de.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.de.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.en.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.en.LC_MESSAGES' 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 'keyedcache.locale.en.LC_MESSAGES' 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 'keyedcache.locale.en.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.en.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.es.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.es.LC_MESSAGES' 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 'keyedcache.locale.es.LC_MESSAGES' 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 'keyedcache.locale.es.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.es.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.fr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.fr.LC_MESSAGES' 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 'keyedcache.locale.fr.LC_MESSAGES' 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 'keyedcache.locale.fr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.fr.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.he.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.he.LC_MESSAGES' 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 'keyedcache.locale.he.LC_MESSAGES' 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 'keyedcache.locale.he.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.he.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.it.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.it.LC_MESSAGES' 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 'keyedcache.locale.it.LC_MESSAGES' 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 'keyedcache.locale.it.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.it.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.ko.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.ko.LC_MESSAGES' 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 'keyedcache.locale.ko.LC_MESSAGES' 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 'keyedcache.locale.ko.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.ko.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.pl.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.pl.LC_MESSAGES' 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 'keyedcache.locale.pl.LC_MESSAGES' 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 'keyedcache.locale.pl.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.pl.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.pt_BR.LC_MESSAGES' 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 'keyedcache.locale.pt_BR.LC_MESSAGES' 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 'keyedcache.locale.pt_BR.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.pt_BR.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.ru.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.ru.LC_MESSAGES' 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 'keyedcache.locale.ru.LC_MESSAGES' 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 'keyedcache.locale.ru.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.ru.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.sv.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.sv.LC_MESSAGES' 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 'keyedcache.locale.sv.LC_MESSAGES' 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 'keyedcache.locale.sv.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.sv.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.locale.tr.LC_MESSAGES' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.locale.tr.LC_MESSAGES' 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 'keyedcache.locale.tr.LC_MESSAGES' 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 'keyedcache.locale.tr.LC_MESSAGES' to be distributed and are
        already explicitly excluding 'keyedcache.locale.tr.LC_MESSAGES' 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.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'keyedcache.templates.keyedcache' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'keyedcache.templates.keyedcache' 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 'keyedcache.templates.keyedcache' 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 'keyedcache.templates.keyedcache' to be distributed and are
        already explicitly excluding 'keyedcache.templates.keyedcache' 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/keyedcache/locale/de/LC_MESSAGES
copying keyedcache/locale/de/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/de/LC_MESSAGES
copying keyedcache/locale/de/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/de/LC_MESSAGES
creating build/lib/keyedcache/locale/en/LC_MESSAGES
copying keyedcache/locale/en/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/en/LC_MESSAGES
copying keyedcache/locale/en/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/en/LC_MESSAGES
creating build/lib/keyedcache/locale/es/LC_MESSAGES
copying keyedcache/locale/es/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/es/LC_MESSAGES
creating build/lib/keyedcache/locale/fr/LC_MESSAGES
copying keyedcache/locale/fr/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/fr/LC_MESSAGES
copying keyedcache/locale/fr/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/fr/LC_MESSAGES
creating build/lib/keyedcache/locale/he/LC_MESSAGES
copying keyedcache/locale/he/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/he/LC_MESSAGES
copying keyedcache/locale/he/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/he/LC_MESSAGES
creating build/lib/keyedcache/locale/it/LC_MESSAGES
copying keyedcache/locale/it/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/it/LC_MESSAGES
copying keyedcache/locale/it/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/it/LC_MESSAGES
creating build/lib/keyedcache/locale/ko/LC_MESSAGES
copying keyedcache/locale/ko/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/ko/LC_MESSAGES
copying keyedcache/locale/ko/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/ko/LC_MESSAGES
creating build/lib/keyedcache/locale/pl/LC_MESSAGES
copying keyedcache/locale/pl/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/pl/LC_MESSAGES
copying keyedcache/locale/pl/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/pl/LC_MESSAGES
creating build/lib/keyedcache/locale/pt_BR/LC_MESSAGES
copying keyedcache/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/pt_BR/LC_MESSAGES
copying keyedcache/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/pt_BR/LC_MESSAGES
creating build/lib/keyedcache/locale/ru/LC_MESSAGES
copying keyedcache/locale/ru/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/ru/LC_MESSAGES
copying keyedcache/locale/ru/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/ru/LC_MESSAGES
creating build/lib/keyedcache/locale/sv/LC_MESSAGES
copying keyedcache/locale/sv/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/sv/LC_MESSAGES
copying keyedcache/locale/sv/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/sv/LC_MESSAGES
creating build/lib/keyedcache/locale/tr/LC_MESSAGES
copying keyedcache/locale/tr/LC_MESSAGES/django.mo -> build/lib/keyedcache/locale/tr/LC_MESSAGES
copying keyedcache/locale/tr/LC_MESSAGES/django.po -> build/lib/keyedcache/locale/tr/LC_MESSAGES
creating build/lib/keyedcache/templates/keyedcache
copying keyedcache/templates/keyedcache/delete.html -> build/lib/keyedcache/templates/keyedcache
copying keyedcache/templates/keyedcache/stats.html -> build/lib/keyedcache/templates/keyedcache
copying keyedcache/templates/keyedcache/view.html -> build/lib/keyedcache/templates/keyedcache
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uQHYBK
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ mkdir /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT
+ cd django-keyedcache3-1.5.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/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT --prefix /usr
/usr/lib/python3.12/site-packages/setuptools/dist.py:488: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
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-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/threaded.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/tests_urls.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/templates
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/templates/keyedcache
copying build/lib/keyedcache/templates/keyedcache/view.html -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/templates/keyedcache
copying build/lib/keyedcache/templates/keyedcache/delete.html -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/templates/keyedcache
copying build/lib/keyedcache/templates/keyedcache/stats.html -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/templates/keyedcache
copying build/lib/keyedcache/tests.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/sv
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/sv/LC_MESSAGES
copying build/lib/keyedcache/locale/sv/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/sv/LC_MESSAGES
copying build/lib/keyedcache/locale/sv/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/sv/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/tr
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/tr/LC_MESSAGES
copying build/lib/keyedcache/locale/tr/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/tr/LC_MESSAGES
copying build/lib/keyedcache/locale/tr/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/tr/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/en
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/en/LC_MESSAGES
copying build/lib/keyedcache/locale/en/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/en/LC_MESSAGES
copying build/lib/keyedcache/locale/en/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/en/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/es
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/es/LC_MESSAGES
copying build/lib/keyedcache/locale/es/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/es/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ru
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ru/LC_MESSAGES
copying build/lib/keyedcache/locale/ru/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ru/LC_MESSAGES
copying build/lib/keyedcache/locale/ru/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ru/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/fr
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/fr/LC_MESSAGES
copying build/lib/keyedcache/locale/fr/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/fr/LC_MESSAGES
copying build/lib/keyedcache/locale/fr/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/fr/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ko
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ko/LC_MESSAGES
copying build/lib/keyedcache/locale/ko/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ko/LC_MESSAGES
copying build/lib/keyedcache/locale/ko/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/ko/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/he
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/he/LC_MESSAGES
copying build/lib/keyedcache/locale/he/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/he/LC_MESSAGES
copying build/lib/keyedcache/locale/he/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/he/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pl
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pl/LC_MESSAGES
copying build/lib/keyedcache/locale/pl/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pl/LC_MESSAGES
copying build/lib/keyedcache/locale/pl/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pl/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/de
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/de/LC_MESSAGES
copying build/lib/keyedcache/locale/de/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/de/LC_MESSAGES
copying build/lib/keyedcache/locale/de/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/de/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/it
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/it/LC_MESSAGES
copying build/lib/keyedcache/locale/it/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/it/LC_MESSAGES
copying build/lib/keyedcache/locale/it/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/it/LC_MESSAGES
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pt_BR
creating /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pt_BR/LC_MESSAGES
copying build/lib/keyedcache/locale/pt_BR/LC_MESSAGES/django.po -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pt_BR/LC_MESSAGES
copying build/lib/keyedcache/locale/pt_BR/LC_MESSAGES/django.mo -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/locale/pt_BR/LC_MESSAGES
copying build/lib/keyedcache/urls.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/views.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/__init__.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/utils.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
copying build/lib/keyedcache/models.py -> /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/threaded.py to threaded.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/tests_urls.py to tests_urls.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/tests.py to tests.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/urls.py to urls.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/views.py to views.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/utils.py to utils.cpython-312.pyc
byte-compiling /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/keyedcache/models.py to models.cpython-312.pyc
writing byte-compilation script '/tmp/tmp96h6b18q.py'
/usr/bin/python3 /tmp/tmp96h6b18q.py
removing /tmp/tmp96h6b18q.py
running install_egg_info
running egg_info
writing django_keyedcache3.egg-info/PKG-INFO
writing dependency_links to django_keyedcache3.egg-info/dependency_links.txt
writing requirements to django_keyedcache3.egg-info/requires.txt
writing top-level names to django_keyedcache3.egg-info/top_level.txt
reading manifest file 'django_keyedcache3.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'django_keyedcache3.egg-info/SOURCES.txt'
Copying django_keyedcache3.egg-info to /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12/site-packages/django_keyedcache3-1.5.3-py3.12.egg-info
running install_scripts
+ rm -rfv /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT/usr/bin/__pycache__
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT
+ find . -name 'django.?o'
+ sed -e 's|^.||'
+ sed -e 's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:'
+ /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-django-keyedcache3-1.5.3-build/BUILDROOT/usr/lib/python3.12 using python3.12
Not clamping source mtimes, $SOURCE_DATE_EPOCH not set
+ /usr/lib/rpm/redhat/brp-python-hardlink
Processing files: python3-django-keyedcache3-1.5.3-7.mga10.noarch
Provides: python-django-keyedcache3 = 1.5.3-7.mga10 python3-django-keyedcache = 1.5.3-7.mga10 python3-django-keyedcache3 = 1.5.3-7.mga10 python3.12-django-keyedcache3 = 1.5.3-7.mga10 python3.12dist(django-keyedcache3) = 1.5.3 python3dist(django-keyedcache3) = 1.5.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.12 python3.12dist(django) >= 1.8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/noarch/python3-django-keyedcache3-1.5.3-7.mga10.noarch.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SeGZVk
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ test -d /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/python-django-keyedcache3-1.5.3-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!