Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyfakefs.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-110283-863593/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=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-pyfakefs.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=1634860800 Wrote: /builddir/build/SRPMS/python-pyfakefs-4.4.0-4.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyfakefs.spec'], chrootPath='/var/lib/mock/storage9s-ceph-pacific-el9s-build-110283-863593/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=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-pyfakefs.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=1634860800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Hf7N2v + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyfakefs-4.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyfakefs-4.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyfakefs-4.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-pyfakefs-4.4.0 base' + rm -f requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YHOxaP + umask 022 + cd /builddir/build/BUILD + cd pyfakefs-4.4.0 + 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 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/pyfakefs copying pyfakefs/pytest_plugin.py -> build/lib/pyfakefs copying pyfakefs/fake_scandir.py -> build/lib/pyfakefs copying pyfakefs/mox3_stubout.py -> build/lib/pyfakefs copying pyfakefs/__init__.py -> build/lib/pyfakefs copying pyfakefs/patched_packages.py -> build/lib/pyfakefs copying pyfakefs/extra_packages.py -> build/lib/pyfakefs copying pyfakefs/helpers.py -> build/lib/pyfakefs copying pyfakefs/fake_pathlib.py -> build/lib/pyfakefs copying pyfakefs/deprecator.py -> build/lib/pyfakefs copying pyfakefs/fake_filesystem_unittest.py -> build/lib/pyfakefs copying pyfakefs/fake_filesystem.py -> build/lib/pyfakefs copying pyfakefs/_version.py -> build/lib/pyfakefs copying pyfakefs/fake_filesystem_shutil.py -> build/lib/pyfakefs creating build/lib/pyfakefs/tests copying pyfakefs/tests/mox3_stubout_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/mox3_stubout_example.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/__init__.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_filesystem_unittest_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/patched_packages_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/dynamic_patch_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/performance_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_open_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_stat_time_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/all_tests.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/all_tests_without_extra_packages.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_tempfile_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_os_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_filesystem_glob_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_pathlib_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/example_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_filesystem_shutil_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/example.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/import_as_example.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_filesystem_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/fake_filesystem_vs_real_test.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/logsio.py -> build/lib/pyfakefs/tests copying pyfakefs/tests/test_utils.py -> build/lib/pyfakefs/tests creating build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/__init__.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/conftest.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_plugin_test.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_fixture_param_test.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_fixture_test.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/example.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_doctest_test.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py -> build/lib/pyfakefs/pytest_tests copying pyfakefs/pytest_tests/pytest_plugin_failing_helper.py -> build/lib/pyfakefs/pytest_tests creating build/lib/pyfakefs/tests/fixtures copying pyfakefs/tests/fixtures/__init__.py -> build/lib/pyfakefs/tests/fixtures copying pyfakefs/tests/fixtures/deprecated_property.py -> build/lib/pyfakefs/tests/fixtures copying pyfakefs/tests/fixtures/config_module.py -> build/lib/pyfakefs/tests/fixtures copying pyfakefs/tests/fixtures/module_with_attributes.py -> build/lib/pyfakefs/tests/fixtures + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.o72JiF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch + cd pyfakefs-4.4.0 + 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 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-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 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running install running install_lib creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/pytest_plugin.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/fake_scandir.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/mox3_stubout.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/__init__.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/mox3_stubout_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/mox3_stubout_example.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/__init__.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_filesystem_unittest_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/patched_packages_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/dynamic_patch_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures copying build/lib/pyfakefs/tests/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures copying build/lib/pyfakefs/tests/fixtures/deprecated_property.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures copying build/lib/pyfakefs/tests/fixtures/config_module.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures copying build/lib/pyfakefs/tests/fixtures/module_with_attributes.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures copying build/lib/pyfakefs/tests/performance_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_open_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_stat_time_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/all_tests.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/all_tests_without_extra_packages.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_tempfile_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_os_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_filesystem_glob_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_pathlib_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/example_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_filesystem_shutil_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/example.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/import_as_example.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_filesystem_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/fake_filesystem_vs_real_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/logsio.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/tests/test_utils.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests copying build/lib/pyfakefs/patched_packages.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/extra_packages.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs creating /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/__init__.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/conftest.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_plugin_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_fixture_param_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_fixture_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/example.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_doctest_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/pytest_tests/pytest_plugin_failing_helper.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests copying build/lib/pyfakefs/helpers.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/fake_pathlib.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/deprecator.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/fake_filesystem_unittest.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/fake_filesystem.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/_version.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs copying build/lib/pyfakefs/fake_filesystem_shutil.py -> /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_plugin.py to pytest_plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/fake_scandir.py to fake_scandir.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/mox3_stubout.py to mox3_stubout.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/mox3_stubout_test.py to mox3_stubout_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/mox3_stubout_example.py to mox3_stubout_example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_filesystem_unittest_test.py to fake_filesystem_unittest_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/patched_packages_test.py to patched_packages_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/dynamic_patch_test.py to dynamic_patch_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures/deprecated_property.py to deprecated_property.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures/config_module.py to config_module.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fixtures/module_with_attributes.py to module_with_attributes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/performance_test.py to performance_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_open_test.py to fake_open_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_stat_time_test.py to fake_stat_time_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/all_tests.py to all_tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/all_tests_without_extra_packages.py to all_tests_without_extra_packages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_tempfile_test.py to fake_tempfile_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_os_test.py to fake_os_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_filesystem_glob_test.py to fake_filesystem_glob_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_pathlib_test.py to fake_pathlib_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/example_test.py to example_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_filesystem_shutil_test.py to fake_filesystem_shutil_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/example.py to example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/import_as_example.py to import_as_example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_filesystem_test.py to fake_filesystem_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/fake_filesystem_vs_real_test.py to fake_filesystem_vs_real_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/logsio.py to logsio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/patched_packages.py to patched_packages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/extra_packages.py to extra_packages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_plugin_test.py to pytest_plugin_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_fixture_param_test.py to pytest_fixture_param_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_fixture_test.py to pytest_fixture_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/example.py to example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_doctest_test.py to pytest_doctest_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py to pytest_check_failed_plugin_test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/pytest_tests/pytest_plugin_failing_helper.py to pytest_plugin_failing_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/fake_pathlib.py to fake_pathlib.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/deprecator.py to deprecator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/fake_filesystem_unittest.py to fake_filesystem_unittest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/fake_filesystem.py to fake_filesystem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/_version.py to _version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs/fake_filesystem_shutil.py to fake_filesystem_shutil.cpython-39.pyc writing byte-compilation script '/tmp/tmp9b1boda6.py' /usr/bin/python3 /tmp/tmp9b1boda6.py removing /tmp/tmp9b1boda6.py running install_egg_info running egg_info writing pyfakefs.egg-info/PKG-INFO writing dependency_links to pyfakefs.egg-info/dependency_links.txt writing entry points to pyfakefs.egg-info/entry_points.txt writing top-level names to pyfakefs.egg-info/top_level.txt reading manifest file 'pyfakefs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyfakefs.egg-info/SOURCES.txt' Copying pyfakefs.egg-info to /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9/site-packages/pyfakefs-4.4.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 4.4.0-4.el9s --unique-debug-suffix -4.4.0-4.el9s.noarch --unique-debug-src-base python-pyfakefs-4.4.0-4.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyfakefs-4.4.0 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/python-pyfakefs-4.4.0-4.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-pyfakefs-4.4.0-4.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9ckWlO + umask 022 + cd /builddir/build/BUILD + cd pyfakefs-4.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/doc/python3-pyfakefs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/doc/python3-pyfakefs + cp -pr README.md /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/doc/python3-pyfakefs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yw9HPv + umask 022 + cd /builddir/build/BUILD + cd pyfakefs-4.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/licenses/python3-pyfakefs + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/licenses/python3-pyfakefs + cp -pr COPYING /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch/usr/share/licenses/python3-pyfakefs + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-pyfakefs = 4.4.0-4.el9s python3-pyfakefs = 4.4.0-4.el9s python3.9-pyfakefs = 4.4.0-4.el9s python3.9dist(pyfakefs) = 4.4 python3dist(pyfakefs) = 4.4 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.9 Obsoletes: python-pyfakefs < 4.4.0-4.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch Wrote: /builddir/build/RPMS/python3-pyfakefs-4.4.0-4.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UOwBcz + umask 022 + cd /builddir/build/BUILD + cd pyfakefs-4.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pyfakefs-4.4.0-4.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0