Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-hacking.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72330-384593/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c932d02822f24814bcc7bc3836107a6b', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72330-384593/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-hacking.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-hacking-1.1.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-hacking.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72330-384593/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9aa25e0a349442e1a18213984a2e0be0', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72330-384593/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-hacking.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oyRs9N + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hacking-1.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/hacking-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hacking-1.1.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 add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-hacking-1.1.0 base' + rm -rf hacking.egg-info + sed -i 1d hacking/core.py + sed -i 1d hacking/tests/test_doctest.py + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4eF3uD + umask 022 + cd /builddir/build/BUILD + cd hacking-1.1.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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/hacking creating build/lib/hacking/tests creating build/lib/hacking/tests/checks copying hacking/tests/checks/test_comments.py -> build/lib/hacking/tests/checks copying hacking/tests/checks/__init__.py -> build/lib/hacking/tests/checks creating build/lib/hacking/checks copying hacking/checks/localization.py -> build/lib/hacking/checks copying hacking/checks/imports.py -> build/lib/hacking/checks copying hacking/checks/comments.py -> build/lib/hacking/checks copying hacking/checks/other.py -> build/lib/hacking/checks copying hacking/checks/except_checks.py -> build/lib/hacking/checks copying hacking/checks/vim_check.py -> build/lib/hacking/checks copying hacking/checks/docstrings.py -> build/lib/hacking/checks copying hacking/checks/__init__.py -> build/lib/hacking/checks copying hacking/checks/python23.py -> build/lib/hacking/checks copying hacking/checks/mock_checks.py -> build/lib/hacking/checks copying hacking/checks/dictlist.py -> build/lib/hacking/checks copying hacking/tests/__init__.py -> build/lib/hacking/tests copying hacking/tests/test_doctest.py -> build/lib/hacking/tests copying hacking/tests/test_config.py -> build/lib/hacking/tests copying hacking/tests/test_import_exceptions.py -> build/lib/hacking/tests copying hacking/tests/test_local.py -> build/lib/hacking/tests copying hacking/config.py -> build/lib/hacking copying hacking/__init__.py -> build/lib/hacking copying hacking/core.py -> build/lib/hacking running egg_info creating hacking.egg-info writing hacking.egg-info/PKG-INFO writing dependency_links to hacking.egg-info/dependency_links.txt writing entry points to hacking.egg-info/entry_points.txt writing requirements to hacking.egg-info/requires.txt writing top-level names to hacking.egg-info/top_level.txt writing pbr to hacking.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'hacking.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'hacking.egg-info/SOURCES.txt' + sleep 1 + python3 setup.py build_sphinx -b html running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/hacking-1.1.0/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 4 added, 0 changed, 0 removed reading sources... [ 25%] index reading sources... [ 50%] user/hacking reading sources... [ 75%] user/index reading sources... [100%] user/usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 25%] index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack-dev/hacking/tree/doc/source' [openstackdocstheme] bug_project (from user) 'hacking' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-02-20 15:21:15 writing output... [ 50%] user/hacking [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/hacking is 2020-02-20 15:21:15 writing output... [ 75%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2020-02-20 15:21:15 writing output... [100%] user/usage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/usage is 2020-02-20 15:21:15 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dVjM99 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch + cd hacking-1.1.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 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests copying build/lib/hacking/tests/__init__.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests copying build/lib/hacking/tests/test_doctest.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests copying build/lib/hacking/tests/test_config.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests copying build/lib/hacking/tests/test_import_exceptions.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/checks copying build/lib/hacking/tests/checks/test_comments.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/checks copying build/lib/hacking/tests/checks/__init__.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/checks copying build/lib/hacking/tests/test_local.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests copying build/lib/hacking/config.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking copying build/lib/hacking/__init__.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking copying build/lib/hacking/core.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking creating /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/localization.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/imports.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/comments.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/other.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/except_checks.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/vim_check.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/docstrings.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/__init__.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/python23.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/mock_checks.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks copying build/lib/hacking/checks/dictlist.py -> /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/test_doctest.py to test_doctest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/test_import_exceptions.py to test_import_exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/checks/test_comments.py to test_comments.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/checks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/tests/test_local.py to test_local.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/core.py to core.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/localization.py to localization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/imports.py to imports.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/comments.py to comments.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/other.py to other.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/except_checks.py to except_checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/vim_check.py to vim_check.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/docstrings.py to docstrings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/python23.py to python23.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/mock_checks.py to mock_checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking/checks/dictlist.py to dictlist.cpython-36.pyc writing byte-compilation script '/tmp/tmp1897cq5l.py' /usr/libexec/platform-python /tmp/tmp1897cq5l.py removing /tmp/tmp1897cq5l.py running install_egg_info running egg_info writing hacking.egg-info/PKG-INFO writing dependency_links to hacking.egg-info/dependency_links.txt writing entry points to hacking.egg-info/entry_points.txt writing requirements to hacking.egg-info/requires.txt writing top-level names to hacking.egg-info/top_level.txt writing pbr to hacking.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'hacking.egg-info/SOURCES.txt' Copying hacking.egg-info to /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6/site-packages/hacking-1.1.0-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.1.0-1.el8 --unique-debug-suffix -1.1.0-1.el8.noarch --unique-debug-src-base python-hacking-1.1.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/hacking-1.1.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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WBGTZg + umask 022 + cd /builddir/build/BUILD Processing files: python3-hacking-1.1.0-1.el8.noarch + cd hacking-1.1.0 + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vTekam + umask 022 + cd /builddir/build/BUILD + cd hacking-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/doc/python3-hacking + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/doc/python3-hacking + cp -pr doc/build/html /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/doc/python3-hacking + cp -pr README.rst /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/doc/python3-hacking + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Q7wxit + umask 022 + cd /builddir/build/BUILD + cd hacking-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/licenses/python3-hacking + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/licenses/python3-hacking + cp -pr LICENSE /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch/usr/share/licenses/python3-hacking + exit 0 Provides: python3-hacking = 1.1.0-1.el8 python3.6dist(hacking) = 1.1.0 python3dist(hacking) = 1.1.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: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-hacking-1.1.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6UkfSF + umask 022 + cd /builddir/build/BUILD + cd hacking-1.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hacking-1.1.0-1.el8.noarch + exit 0 Child return code was: 0