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.11-pytest.spec'], chrootPath='/mnt/compose/mock/dist-circle8-build-100031-49813/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=993gid=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.11-pytest.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 sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory sh: /usr/bin/python3.11: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python3.11-pytest-7.2.0-1.el8.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.11-pytest.spec'], chrootPath='/mnt/compose/mock/dist-circle8-build-100031-49813/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=993gid=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.11-pytest.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PctxFN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pytest-7.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pytest-7.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pytest-7.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/pytest-7.1.3-fix-xfails.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + sed -i /setuptools-scm/d setup.cfg + sed -i 's/setup()/setup(version="7.2.0")/g' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cT5DGU + umask 022 + cd /builddir/build/BUILD + cd pytest-7.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py build '--executable=/usr/bin/python3.11 -sP' /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib copying src/py.py -> build/lib creating build/lib/_pytest copying src/_pytest/__init__.py -> build/lib/_pytest copying src/_pytest/_argcomplete.py -> build/lib/_pytest copying src/_pytest/_version.py -> build/lib/_pytest copying src/_pytest/cacheprovider.py -> build/lib/_pytest copying src/_pytest/capture.py -> build/lib/_pytest copying src/_pytest/compat.py -> build/lib/_pytest copying src/_pytest/debugging.py -> build/lib/_pytest copying src/_pytest/deprecated.py -> build/lib/_pytest copying src/_pytest/doctest.py -> build/lib/_pytest copying src/_pytest/faulthandler.py -> build/lib/_pytest copying src/_pytest/fixtures.py -> build/lib/_pytest copying src/_pytest/freeze_support.py -> build/lib/_pytest copying src/_pytest/helpconfig.py -> build/lib/_pytest copying src/_pytest/hookspec.py -> build/lib/_pytest copying src/_pytest/junitxml.py -> build/lib/_pytest copying src/_pytest/legacypath.py -> build/lib/_pytest copying src/_pytest/logging.py -> build/lib/_pytest copying src/_pytest/main.py -> build/lib/_pytest copying src/_pytest/monkeypatch.py -> build/lib/_pytest copying src/_pytest/nodes.py -> build/lib/_pytest copying src/_pytest/nose.py -> build/lib/_pytest copying src/_pytest/outcomes.py -> build/lib/_pytest copying src/_pytest/pastebin.py -> build/lib/_pytest copying src/_pytest/pathlib.py -> build/lib/_pytest copying src/_pytest/pytester.py -> build/lib/_pytest copying src/_pytest/pytester_assertions.py -> build/lib/_pytest copying src/_pytest/python.py -> build/lib/_pytest copying src/_pytest/python_api.py -> build/lib/_pytest copying src/_pytest/python_path.py -> build/lib/_pytest copying src/_pytest/recwarn.py -> build/lib/_pytest copying src/_pytest/reports.py -> build/lib/_pytest copying src/_pytest/runner.py -> build/lib/_pytest copying src/_pytest/scope.py -> build/lib/_pytest copying src/_pytest/setuponly.py -> build/lib/_pytest copying src/_pytest/setupplan.py -> build/lib/_pytest copying src/_pytest/skipping.py -> build/lib/_pytest copying src/_pytest/stash.py -> build/lib/_pytest copying src/_pytest/stepwise.py -> build/lib/_pytest copying src/_pytest/terminal.py -> build/lib/_pytest copying src/_pytest/threadexception.py -> build/lib/_pytest copying src/_pytest/timing.py -> build/lib/_pytest copying src/_pytest/tmpdir.py -> build/lib/_pytest copying src/_pytest/unittest.py -> build/lib/_pytest copying src/_pytest/unraisableexception.py -> build/lib/_pytest copying src/_pytest/warning_types.py -> build/lib/_pytest copying src/_pytest/warnings.py -> build/lib/_pytest creating build/lib/_pytest/_code copying src/_pytest/_code/__init__.py -> build/lib/_pytest/_code copying src/_pytest/_code/code.py -> build/lib/_pytest/_code copying src/_pytest/_code/source.py -> build/lib/_pytest/_code creating build/lib/_pytest/_io copying src/_pytest/_io/__init__.py -> build/lib/_pytest/_io copying src/_pytest/_io/saferepr.py -> build/lib/_pytest/_io copying src/_pytest/_io/terminalwriter.py -> build/lib/_pytest/_io copying src/_pytest/_io/wcwidth.py -> build/lib/_pytest/_io creating build/lib/_pytest/_py copying src/_pytest/_py/__init__.py -> build/lib/_pytest/_py copying src/_pytest/_py/error.py -> build/lib/_pytest/_py copying src/_pytest/_py/path.py -> build/lib/_pytest/_py creating build/lib/_pytest/assertion copying src/_pytest/assertion/__init__.py -> build/lib/_pytest/assertion copying src/_pytest/assertion/rewrite.py -> build/lib/_pytest/assertion copying src/_pytest/assertion/truncate.py -> build/lib/_pytest/assertion copying src/_pytest/assertion/util.py -> build/lib/_pytest/assertion creating build/lib/_pytest/config copying src/_pytest/config/__init__.py -> build/lib/_pytest/config copying src/_pytest/config/argparsing.py -> build/lib/_pytest/config copying src/_pytest/config/compat.py -> build/lib/_pytest/config copying src/_pytest/config/exceptions.py -> build/lib/_pytest/config copying src/_pytest/config/findpaths.py -> build/lib/_pytest/config creating build/lib/_pytest/mark copying src/_pytest/mark/__init__.py -> build/lib/_pytest/mark copying src/_pytest/mark/expression.py -> build/lib/_pytest/mark copying src/_pytest/mark/structures.py -> build/lib/_pytest/mark creating build/lib/pytest copying src/pytest/__init__.py -> build/lib/pytest copying src/pytest/__main__.py -> build/lib/pytest copying src/_pytest/py.typed -> build/lib/_pytest copying src/pytest/py.typed -> build/lib/pytest + sleep 1 + for f in README CHANGELOG CONTRIBUTING + rst2html README.rst README.rst:54: (WARNING/2) Cannot analyze code. Pygments package not found. + for f in README CHANGELOG CONTRIBUTING + rst2html CHANGELOG.rst + for f in README CHANGELOG CONTRIBUTING + rst2html CONTRIBUTING.rst CONTRIBUTING.rst:56: (ERROR/3) Unknown interpreted text role "ref". CONTRIBUTING.rst:68: (ERROR/3) Unknown interpreted text role "ref". CONTRIBUTING.rst:87: (WARNING/2) Cannot analyze code. Pygments package not found. CONTRIBUTING.rst:100: (WARNING/2) Cannot analyze code. Pygments package not found. CONTRIBUTING.rst:338: (WARNING/2) Cannot analyze code. Pygments package not found. CONTRIBUTING.rst:354: (WARNING/2) Cannot analyze code. Pygments package not found. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5QgeZj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch + cd pytest-7.2.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3.11 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch --prefix /usr /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11 creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages copying build/lib/py.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/_argcomplete.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/_version.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/cacheprovider.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/capture.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/compat.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/debugging.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/deprecated.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/doctest.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/faulthandler.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/fixtures.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/freeze_support.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/helpconfig.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/hookspec.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/junitxml.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/legacypath.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/logging.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/main.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/monkeypatch.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/nodes.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/nose.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/outcomes.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/pastebin.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/pathlib.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/pytester.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/pytester_assertions.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/python.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/python_api.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/python_path.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/recwarn.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/reports.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/runner.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/scope.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/setuponly.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/setupplan.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/skipping.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/stash.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/stepwise.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/terminal.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/threadexception.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/timing.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/tmpdir.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/unittest.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/unraisableexception.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/warning_types.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest copying build/lib/_pytest/warnings.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code copying build/lib/_pytest/_code/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code copying build/lib/_pytest/_code/code.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code copying build/lib/_pytest/_code/source.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io copying build/lib/_pytest/_io/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io copying build/lib/_pytest/_io/saferepr.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io copying build/lib/_pytest/_io/terminalwriter.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io copying build/lib/_pytest/_io/wcwidth.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py copying build/lib/_pytest/_py/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py copying build/lib/_pytest/_py/error.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py copying build/lib/_pytest/_py/path.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion copying build/lib/_pytest/assertion/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion copying build/lib/_pytest/assertion/rewrite.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion copying build/lib/_pytest/assertion/truncate.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion copying build/lib/_pytest/assertion/util.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config copying build/lib/_pytest/config/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config copying build/lib/_pytest/config/argparsing.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config copying build/lib/_pytest/config/compat.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config copying build/lib/_pytest/config/exceptions.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config copying build/lib/_pytest/config/findpaths.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark copying build/lib/_pytest/mark/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark copying build/lib/_pytest/mark/expression.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark copying build/lib/_pytest/mark/structures.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark copying build/lib/_pytest/py.typed -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest creating /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest copying build/lib/pytest/__init__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest copying build/lib/pytest/__main__.py -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest copying build/lib/pytest/py.typed -> /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/py.py to py.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_argcomplete.py to _argcomplete.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_version.py to _version.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/cacheprovider.py to cacheprovider.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/capture.py to capture.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/compat.py to compat.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/debugging.py to debugging.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/deprecated.py to deprecated.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/doctest.py to doctest.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/faulthandler.py to faulthandler.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/fixtures.py to fixtures.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/freeze_support.py to freeze_support.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/helpconfig.py to helpconfig.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/hookspec.py to hookspec.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/junitxml.py to junitxml.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/legacypath.py to legacypath.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/logging.py to logging.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/main.py to main.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/monkeypatch.py to monkeypatch.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/nodes.py to nodes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/nose.py to nose.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/outcomes.py to outcomes.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/pastebin.py to pastebin.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/pathlib.py to pathlib.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/pytester.py to pytester.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/pytester_assertions.py to pytester_assertions.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/python.py to python.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/python_api.py to python_api.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/python_path.py to python_path.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/recwarn.py to recwarn.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/reports.py to reports.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/runner.py to runner.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/scope.py to scope.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/setuponly.py to setuponly.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/setupplan.py to setupplan.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/skipping.py to skipping.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/stash.py to stash.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/stepwise.py to stepwise.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/terminal.py to terminal.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/threadexception.py to threadexception.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/timing.py to timing.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/tmpdir.py to tmpdir.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/unittest.py to unittest.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/unraisableexception.py to unraisableexception.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/warning_types.py to warning_types.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/warnings.py to warnings.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code/code.py to code.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_code/source.py to source.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io/saferepr.py to saferepr.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io/terminalwriter.py to terminalwriter.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_io/wcwidth.py to wcwidth.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py/error.py to error.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/_py/path.py to path.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py to rewrite.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion/truncate.py to truncate.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/assertion/util.py to util.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config/argparsing.py to argparsing.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config/compat.py to compat.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config/exceptions.py to exceptions.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/config/findpaths.py to findpaths.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark/expression.py to expression.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/_pytest/mark/structures.py to structures.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest/__init__.py to __init__.cpython-311.pyc byte-compiling /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest/__main__.py to __main__.cpython-311.pyc writing byte-compilation script '/tmp/tmpv0qufxpj.py' /usr/bin/python3.11 /tmp/tmpv0qufxpj.py removing /tmp/tmpv0qufxpj.py running install_egg_info running egg_info writing src/pytest.egg-info/PKG-INFO writing dependency_links to src/pytest.egg-info/dependency_links.txt writing entry points to src/pytest.egg-info/entry_points.txt writing requirements to src/pytest.egg-info/requires.txt writing top-level names to src/pytest.egg-info/top_level.txt reading manifest file 'src/pytest.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/pytest.egg-info/SOURCES.txt' Copying src/pytest.egg-info to /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages/pytest-7.2.0-py3.11.egg-info running install_scripts Installing py.test script to /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin Installing pytest script to /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin/__pycache__ + mv /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin/pytest /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin/pytest-3.11 + mv /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin/py.test /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/bin/py.test-3.11 + find /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages -name '*.py' -exec sed -i -e '1{/^#!/d}' '{}' ';' + export PYTHONPATH=/builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/lib/python3.11/site-packages ++ /usr/bin/python3.11 -c 'import pytest; print(pytest.__version__)' + test 7.2.0 == 7.2.0 + /usr/lib/rpm/find-debuginfo.sh -j12 --strict-build-id -m -i --build-id-seed 7.2.0-1.el8 --unique-debug-suffix -7.2.0-1.el8.noarch --unique-debug-src-base python3.11-pytest-7.2.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pytest-7.2.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.11 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3.11-pytest-7.2.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.iWu7xm + umask 022 + cd /builddir/build/BUILD + cd pytest-7.2.0 + DOCDIR=/builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/doc/python3.11-pytest + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/doc/python3.11-pytest + cp -pr CHANGELOG.html /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/doc/python3.11-pytest + cp -pr README.html /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/doc/python3.11-pytest + cp -pr CONTRIBUTING.html /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/doc/python3.11-pytest + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EChItr + umask 022 + cd /builddir/build/BUILD + cd pytest-7.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/licenses/python3.11-pytest + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/licenses/python3.11-pytest + cp -pr LICENSE /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch/usr/share/licenses/python3.11-pytest + exit 0 Provides: python3.11-pytest = 7.2.0-1.el8 python3.11dist(pytest) = 7.2.0 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: /usr/bin/python3.11 python(abi) = 3.11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python3.11-pytest-7.2.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3.11-pytest-7.2.0-1.el8.noarch.rpm Child return code was: 0