Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-oslo-privsep.spec'], nspawn_args=[]shell=Falseuid=993env={'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-83848-516308/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f7e76aea3b4b4d5287234df526075e30', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83848-516308/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-oslo-privsep.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-oslo-privsep-1.33.5-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-oslo-privsep.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'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-83848-516308/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '350992891c3b4bd18936478a8342ec1e', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83848-516308/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-oslo-privsep.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.wLV9el + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf oslo.privsep-1.33.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/oslo.privsep-1.33.5.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd oslo.privsep-1.33.5 + /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-oslo-privsep-1.33.5 base' + rm -rf oslo.privsep.egg-info + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7ievMX + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + 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/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/oslo_privsep copying oslo_privsep/version.py -> build/lib/oslo_privsep copying oslo_privsep/capabilities.py -> build/lib/oslo_privsep copying oslo_privsep/daemon.py -> build/lib/oslo_privsep copying oslo_privsep/__init__.py -> build/lib/oslo_privsep copying oslo_privsep/_i18n.py -> build/lib/oslo_privsep copying oslo_privsep/comm.py -> build/lib/oslo_privsep copying oslo_privsep/priv_context.py -> build/lib/oslo_privsep creating build/lib/oslo_privsep/tests copying oslo_privsep/tests/test_daemon.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/__init__.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/test_comm.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/testctx.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/fixture.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/test_priv_context.py -> build/lib/oslo_privsep/tests copying oslo_privsep/tests/test_capabilities.py -> build/lib/oslo_privsep/tests running egg_info creating oslo.privsep.egg-info writing oslo.privsep.egg-info/PKG-INFO writing dependency_links to oslo.privsep.egg-info/dependency_links.txt writing entry points to oslo.privsep.egg-info/entry_points.txt writing top-level names to oslo.privsep.egg-info/top_level.txt writing pbr to oslo.privsep.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'oslo.privsep.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 writing manifest file 'oslo.privsep.egg-info/SOURCES.txt' creating build/lib/oslo_privsep/locale creating build/lib/oslo_privsep/locale/de creating build/lib/oslo_privsep/locale/de/LC_MESSAGES copying oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.po -> build/lib/oslo_privsep/locale/de/LC_MESSAGES creating build/lib/oslo_privsep/locale/en_GB creating build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES copying oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po -> build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES + sleep 1 + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Creating file /builddir/build/BUILD/oslo.privsep-1.33.5/doc/source/reference/api/oslo_privsep.rst. Creating file /builddir/build/BUILD/oslo.privsep-1.33.5/doc/source/reference/api/oslo_privsep.tests.rst. Creating file /builddir/build/BUILD/oslo.privsep-1.33.5/doc/source/reference/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/oslo.privsep-1.33.5/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 7 source files that are out of date updating environment: [new config] 10 added, 0 changed, 0 removed reading sources... [ 10%] contributor/contributing reading sources... [ 20%] contributor/history reading sources... [ 30%] contributor/index reading sources... [ 40%] index reading sources... [ 50%] install/index reading sources... [ 60%] reference/api/modules reading sources... [ 70%] reference/api/oslo_privsep reading sources... [ 80%] reference/api/oslo_privsep.tests reading sources... [ 90%] reference/index reading sources... [100%] user/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 10%] contributor/contributing [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/oslo.privsep/tree/doc/source' [openstackdocstheme] bug_project (from user) 'oslo.privsep' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2020-10-14 06:52:03 writing output... [ 20%] contributor/history [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/history is 2020-10-14 06:52:03 writing output... [ 30%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-10-14 06:52:03 writing output... [ 40%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-10-14 06:52:03 writing output... [ 50%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-10-14 06:52:03 writing output... [ 60%] reference/api/modules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/modules' writing output... [ 70%] reference/api/oslo_privsep [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/oslo_privsep' writing output... [ 80%] reference/api/oslo_privsep.tests [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'reference/api/oslo_privsep.tests' writing output... [ 90%] reference/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for reference/index is 2020-10-14 06:52:03 writing output... [100%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2020-10-14 06:52:03 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' 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 + python3 setup.py compile_catalog -d build/lib/oslo_privsep/locale running compile_catalog compiling catalog build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po to build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.mo compiling catalog build/lib/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.po to build/lib/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.mo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.z47zyK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch + cd oslo.privsep-1.33.5 + 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/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-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-oslo-privsep-1.33.5-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/version.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/capabilities.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/daemon.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/__init__.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/_i18n.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep copying build/lib/oslo_privsep/comm.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES copying build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES copying build/lib/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.mo -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/de creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES copying build/lib/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.po -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES copying build/lib/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.mo -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/test_daemon.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/__init__.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/test_comm.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/testctx.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/fixture.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/test_priv_context.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/tests/test_capabilities.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests copying build/lib/oslo_privsep/priv_context.py -> /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/capabilities.py to capabilities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/daemon.py to daemon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/_i18n.py to _i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/comm.py to comm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_daemon.py to test_daemon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_comm.py to test_comm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/testctx.py to testctx.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/fixture.py to fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_priv_context.py to test_priv_context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/tests/test_capabilities.py to test_capabilities.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/priv_context.py to priv_context.cpython-36.pyc writing byte-compilation script '/tmp/tmptzg_if0s.py' /usr/libexec/platform-python /tmp/tmptzg_if0s.py removing /tmp/tmptzg_if0s.py running install_egg_info running egg_info writing oslo.privsep.egg-info/PKG-INFO writing dependency_links to oslo.privsep.egg-info/dependency_links.txt writing entry points to oslo.privsep.egg-info/entry_points.txt writing top-level names to oslo.privsep.egg-info/top_level.txt writing pbr to oslo.privsep.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 writing manifest file 'oslo.privsep.egg-info/SOURCES.txt' Copying oslo.privsep.egg-info to /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo.privsep-1.33.5-py3.6.egg-info running install_scripts Installing privsep-helper script to /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + install -d -m 755 /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share + rm -f /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/de/LC_MESSAGES/oslo_privsep.po /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po + rm -f '/builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale/*pot' + mv /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/lib/python3.6/site-packages/oslo_privsep/locale /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch oslo_privsep --all-name + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 1.33.5-1.el8 --unique-debug-suffix -1.33.5-1.el8.noarch --unique-debug-src-base python-oslo-privsep-1.33.5-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/oslo.privsep-1.33.5 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-oslo-privsep-1.33.5-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.Qyy4Xz + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + python3 setup.py test running test running egg_info WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. writing oslo.privsep.egg-info/PKG-INFO writing dependency_links to oslo.privsep.egg-info/dependency_links.txt writing entry points to oslo.privsep.egg-info/entry_points.txt writing top-level names to oslo.privsep.egg-info/top_level.txt writing pbr to oslo.privsep.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 writing manifest file 'oslo.privsep.egg-info/SOURCES.txt' running build_ext test_out_of_band_log_message (oslo_privsep.tests.test_daemon.ClientChannelTestCase) oslo_privsep.tests.test_daemon.ClientChannelTestCase.test_out_of_band_log_message ... ok test_out_of_band_not_log_message (oslo_privsep.tests.test_daemon.ClientChannelTestCase) oslo_privsep.tests.test_daemon.ClientChannelTestCase.test_out_of_band_not_log_message ... ok test_drop_privs (oslo_privsep.tests.test_daemon.DaemonTest) oslo_privsep.tests.test_daemon.DaemonTest.test_drop_privs ... ok test_format_record (oslo_privsep.tests.test_daemon.LogTest) oslo_privsep.tests.test_daemon.LogTest.test_format_record ... /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/comm.py:77: DeprecationWarning: encoding is deprecated, Use raw=False instead. unicode_errors='surrogateescape') /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/priv_context.py:266: ResourceWarning: unclosed self.channel = None ok test_priv_loglevel (oslo_privsep.tests.test_daemon.LogTest) oslo_privsep.tests.test_daemon.LogTest.test_priv_loglevel ... ok test_record_data (oslo_privsep.tests.test_daemon.LogTest) oslo_privsep.tests.test_daemon.LogTest.test_record_data ... ok test_un_monkey_patch (oslo_privsep.tests.test_daemon.UnMonkeyPatch) oslo_privsep.tests.test_daemon.UnMonkeyPatch.test_un_monkey_patch ... ok test_unexported (oslo_privsep.tests.test_daemon.WithContextTest) oslo_privsep.tests.test_daemon.WithContextTest.test_unexported ... /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/priv_context.py:266: ResourceWarning: unclosed self.channel = None ok test_badobj (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_badobj ... ok test_bool (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_bool ... ok test_bytes (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_bytes ... ok test_dict (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_dict ... ok test_eof (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_eof ... ok test_int (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_int ... ok test_list (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_list ... ok test_none (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_none ... ok test_tuple (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_tuple ... ok test_unicode (oslo_privsep.tests.test_comm.TestSerialization) oslo_privsep.tests.test_comm.TestSerialization.test_unicode ... ok test_helper_command (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_helper_command ... ok test_helper_command_default (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_helper_command_default ... ok test_helper_command_default_dirtoo (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_helper_command_default_dirtoo ... ok test_init_known_contexts (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_init_known_contexts ... ok test_init_windows (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_init_windows ... ok test_set_client_mode (oslo_privsep.tests.test_priv_context.PrivContextTest) oslo_privsep.tests.test_priv_context.PrivContextTest.test_set_client_mode ... ok test_getpid (oslo_privsep.tests.test_priv_context.RootwrapTest) oslo_privsep.tests.test_priv_context.RootwrapTest.test_getpid ... /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/comm.py:77: DeprecationWarning: encoding is deprecated, Use raw=False instead. unicode_errors='surrogateescape') /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/priv_context.py:266: ResourceWarning: unclosed self.channel = None ok test_client_mode (oslo_privsep.tests.test_priv_context.SeparationTest) oslo_privsep.tests.test_priv_context.SeparationTest.test_client_mode ... /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/priv_context.py:266: ResourceWarning: unclosed self.channel = None ok test_getpid (oslo_privsep.tests.test_priv_context.SeparationTest) oslo_privsep.tests.test_priv_context.SeparationTest.test_getpid ... ok test_basic_functionality (oslo_privsep.tests.test_priv_context.SerializationTest) oslo_privsep.tests.test_priv_context.SerializationTest.test_basic_functionality ... ok test_raises_custom (oslo_privsep.tests.test_priv_context.SerializationTest) oslo_privsep.tests.test_priv_context.SerializationTest.test_raises_custom ... ok test_raises_standard (oslo_privsep.tests.test_priv_context.SerializationTest) oslo_privsep.tests.test_priv_context.SerializationTest.test_raises_standard ... /builddir/build/BUILD/oslo.privsep-1.33.5/oslo_privsep/priv_context.py:266: ResourceWarning: unclosed self.channel = None ok test_drop_all_caps_except (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_drop_all_caps_except ... ok test_drop_all_caps_except_error (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_drop_all_caps_except_error ... /usr/lib/python3.6/site-packages/mock/mock.py:2020: ResourceWarning: unclosed setattr(_type, entry, MagicProxy(entry, self)) ok test_get_caps (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_get_caps ... ok test_get_caps_error (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_get_caps_error ... ok test_set_keepcaps (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_set_keepcaps ... ok test_set_keepcaps_error (oslo_privsep.tests.test_capabilities.TestCapabilities) oslo_privsep.tests.test_capabilities.TestCapabilities.test_set_keepcaps_error ... ok ---------------------------------------------------------------------- Ran 36 tests in 1.008s OK + exit 0 Processing files: python3-oslo-privsep-1.33.5-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Dv4rEt + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python3-oslo-privsep + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python3-oslo-privsep + cp -pr README.rst /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python3-oslo-privsep + exit 0 Provides: python3-oslo-privsep = 1.33.5-1.el8 python3.6dist(oslo.privsep) = 1.33.5 python3dist(oslo.privsep) = 1.33.5 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/libexec/platform-python python(abi) = 3.6 Obsoletes: python2-oslo-privsep < 1.33.5-1.el8 Processing files: python3-oslo-privsep-tests-1.33.5-1.el8.noarch Provides: python3-oslo-privsep-tests = 1.33.5-1.el8 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 Processing files: python-oslo-privsep-doc-1.33.5-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mile6u + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + DOCDIR=/builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python-oslo-privsep-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python-oslo-privsep-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/doc/python-oslo-privsep-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.H2ylAw + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-doc + exit 0 Provides: python-oslo-privsep-doc = 1.33.5-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-oslo-privsep-lang-1.33.5-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2J4EIy + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + LICENSEDIR=/builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-lang + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-lang + cp -pr LICENSE /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch/usr/share/licenses/python-oslo-privsep-lang + exit 0 Provides: python-oslo-privsep-lang = 1.33.5-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch Wrote: /builddir/build/RPMS/python3-oslo-privsep-1.33.5-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-oslo-privsep-tests-1.33.5-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-oslo-privsep-doc-1.33.5-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-oslo-privsep-lang-1.33.5-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VN1nDB + umask 022 + cd /builddir/build/BUILD + cd oslo.privsep-1.33.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-oslo-privsep-1.33.5-1.el8.noarch + exit 0 Child return code was: 0