Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python3.12-requests.spec'], chrootPath='/var/lib/mock/dist-circle9-build-120802-85547/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python3.12-requests.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1705968000 Wrote: /builddir/build/SRPMS/python3.12-requests-2.28.2-2.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python3.12-requests.spec'], chrootPath='/var/lib/mock/dist-circle9-build-120802-85547/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python3.12-requests.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1705968000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qNHUFv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf requests-2.28.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/requests-v2.28.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd requests-2.28.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/system-certs.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/CVE-2023-32681.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i '/#!\/usr\/.*python/d' requests/certs.py + sed -i 's/ --doctest-modules//' pyproject.toml + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oNpdI3 + umask 022 + cd /builddir/build/BUILD + cd requests-2.28.2 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power9 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3.12 setup.py build '--executable=/usr/bin/python3.12 -sP' /usr/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/requests copying requests/__init__.py -> build/lib/requests copying requests/__version__.py -> build/lib/requests copying requests/_internal_utils.py -> build/lib/requests copying requests/adapters.py -> build/lib/requests copying requests/api.py -> build/lib/requests copying requests/auth.py -> build/lib/requests copying requests/certs.py -> build/lib/requests copying requests/compat.py -> build/lib/requests copying requests/cookies.py -> build/lib/requests copying requests/exceptions.py -> build/lib/requests copying requests/help.py -> build/lib/requests copying requests/hooks.py -> build/lib/requests copying requests/models.py -> build/lib/requests copying requests/packages.py -> build/lib/requests copying requests/sessions.py -> build/lib/requests copying requests/status_codes.py -> build/lib/requests copying requests/structures.py -> build/lib/requests copying requests/utils.py -> build/lib/requests running egg_info creating requests.egg-info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt writing manifest file 'requests.egg-info/SOURCES.txt' reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pytest.ini' adding license file 'LICENSE' writing manifest file 'requests.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AOzmVF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch ++ dirname /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch + cd requests-2.28.2 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power9 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3.12 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch /usr/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:498: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 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. 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 /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr creating /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib creating /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12 creating /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages creating /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/__init__.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/__version__.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/_internal_utils.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/adapters.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/api.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/auth.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/certs.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/compat.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/cookies.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/exceptions.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/help.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/hooks.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/models.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/packages.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/sessions.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/status_codes.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/structures.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests copying build/lib/requests/utils.py -> /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/__init__.py to __init__.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/__version__.py to __version__.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/_internal_utils.py to _internal_utils.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/adapters.py to adapters.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/api.py to api.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/auth.py to auth.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/certs.py to certs.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/compat.py to compat.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/cookies.py to cookies.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/exceptions.py to exceptions.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/help.py to help.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/hooks.py to hooks.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/models.py to models.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/packages.py to packages.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/sessions.py to sessions.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/status_codes.py to status_codes.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/structures.py to structures.cpython-312.pyc byte-compiling /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests/utils.py to utils.cpython-312.pyc writing byte-compilation script '/tmp/tmp8ky6f2mu.py' /usr/bin/python3.12 /tmp/tmp8ky6f2mu.py removing /tmp/tmp8ky6f2mu.py running install_egg_info running egg_info writing requests.egg-info/PKG-INFO writing dependency_links to requests.egg-info/dependency_links.txt writing requirements to requests.egg-info/requires.txt writing top-level names to requests.egg-info/top_level.txt reading manifest file 'requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' warning: no files found matching 'pytest.ini' writing manifest file 'requests.egg-info/SOURCES.txt' Copying requests.egg-info to /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages/requests-2.28.2-py3.12.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 2.28.2-2.el9 --unique-debug-suffix -2.28.2-2.el9.noarch --unique-debug-src-base python3.12-requests-2.28.2-2.el9.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/requests-2.28.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12 using python3.12 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Tj2hns + umask 022 + cd /builddir/build/BUILD + cd requests-2.28.2 + PATH=/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin + PYTHONPATH=/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages + _PYTHONSITE=/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/lib/python3.12/site-packages + PYTHONDONTWRITEBYTECODE=1 + /usr/bin/python3.12 -sP /usr/lib/rpm/redhat/import_all_modules.py requests Check import: requests + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3.12-requests-2.28.2-2.el9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QwEAL0 + umask 022 + cd /builddir/build/BUILD + cd requests-2.28.2 + DOCDIR=/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/doc/python3.12-requests + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/doc/python3.12-requests + cp -pr README.md /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/doc/python3.12-requests + cp -pr HISTORY.md /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/doc/python3.12-requests + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SY8QAD + umask 022 + cd /builddir/build/BUILD + cd requests-2.28.2 + LICENSEDIR=/builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/licenses/python3.12-requests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/licenses/python3.12-requests + cp -pr LICENSE /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch/usr/share/licenses/python3.12-requests + RPM_EC=0 ++ jobs -p + exit 0 Provides: python3.12-requests = 2.28.2-2.el9 python3.12dist(requests) = 2.28.2 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: (python3.12dist(charset-normalizer) < 4 with python3.12dist(charset-normalizer) >= 2) (python3.12dist(idna) < 4 with python3.12dist(idna) >= 2.5) (python3.12dist(urllib3) < 1.27 with python3.12dist(urllib3) >= 1.21.1) python(abi) = 3.12 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3.12-requests-2.28.2-2.el9.noarch Wrote: /builddir/build/RPMS/python3.12-requests-2.28.2-2.el9.noarch.rpm Child return code was: 0