Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-osprofiler.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-victoria-el8-build-84875-525313/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '2aee030209b3441c92445af3badefe41', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-84875-525313/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-osprofiler.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-osprofiler-3.4.0-2.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-osprofiler.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-victoria-el8-build-84875-525313/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'd63dfd823a184b4bb69f7a42072e4212', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-84875-525313/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-osprofiler.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.2H2OrU + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt --signature=/builddir/build/SOURCES/osprofiler-3.4.0.tar.gz.asc --data=/builddir/build/SOURCES/osprofiler-3.4.0.tar.gz gpgv: Signature made Fri Sep 11 19:21:37 2020 UTC gpgv: using RSA key BC26D3A8D0665C87F7BEDF2AC12B8E73B30F2FC8 gpgv: Good signature from "OpenStack Infra (Victoria Cycle) " + cd /builddir/build/BUILD + rm -rf osprofiler-3.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/osprofiler-3.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd osprofiler-3.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 add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-osprofiler-3.4.0 base' + rm -f requirements.txt + rm -rf osprofiler.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.b1Jk0M + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/osprofiler creating build/lib/osprofiler/tests creating build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/__init__.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_web.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_utils.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_notifier.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_profiler.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_sqlalchemy.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_opts.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/unit/test_initializer.py -> build/lib/osprofiler/tests/unit copying osprofiler/tests/__init__.py -> build/lib/osprofiler/tests copying osprofiler/tests/test.py -> build/lib/osprofiler/tests creating build/lib/osprofiler/drivers copying osprofiler/drivers/mongodb.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/sqlalchemy_driver.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/__init__.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/elasticsearch_driver.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/base.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/messaging.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/jaeger.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/loginsight.py -> build/lib/osprofiler/drivers copying osprofiler/drivers/redis_driver.py -> build/lib/osprofiler/drivers copying osprofiler/initializer.py -> build/lib/osprofiler copying osprofiler/__init__.py -> build/lib/osprofiler copying osprofiler/opts.py -> build/lib/osprofiler copying osprofiler/_utils.py -> build/lib/osprofiler copying osprofiler/exc.py -> build/lib/osprofiler copying osprofiler/web.py -> build/lib/osprofiler copying osprofiler/sqlalchemy.py -> build/lib/osprofiler copying osprofiler/profiler.py -> build/lib/osprofiler copying osprofiler/notifier.py -> build/lib/osprofiler creating build/lib/osprofiler/tests/unit/cmd copying osprofiler/tests/unit/cmd/__init__.py -> build/lib/osprofiler/tests/unit/cmd copying osprofiler/tests/unit/cmd/test_shell.py -> build/lib/osprofiler/tests/unit/cmd creating build/lib/osprofiler/cmd copying osprofiler/cmd/__init__.py -> build/lib/osprofiler/cmd copying osprofiler/cmd/cliutils.py -> build/lib/osprofiler/cmd copying osprofiler/cmd/commands.py -> build/lib/osprofiler/cmd copying osprofiler/cmd/shell.py -> build/lib/osprofiler/cmd creating build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_mongodb.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/__init__.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_messaging.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_base.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_redis_driver.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_loginsight.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_elasticsearch.py -> build/lib/osprofiler/tests/unit/drivers copying osprofiler/tests/unit/drivers/test_jaeger.py -> build/lib/osprofiler/tests/unit/drivers creating build/lib/osprofiler/tests/unit/doc copying osprofiler/tests/unit/doc/__init__.py -> build/lib/osprofiler/tests/unit/doc copying osprofiler/tests/unit/doc/test_specs.py -> build/lib/osprofiler/tests/unit/doc creating build/lib/osprofiler/tests/functional copying osprofiler/tests/functional/__init__.py -> build/lib/osprofiler/tests/functional copying osprofiler/tests/functional/test_driver.py -> build/lib/osprofiler/tests/functional creating build/lib/osprofiler/hacking copying osprofiler/hacking/__init__.py -> build/lib/osprofiler/hacking copying osprofiler/hacking/checks.py -> build/lib/osprofiler/hacking running egg_info creating osprofiler.egg-info writing osprofiler.egg-info/PKG-INFO writing dependency_links to osprofiler.egg-info/dependency_links.txt writing entry points to osprofiler.egg-info/entry_points.txt writing requirements to osprofiler.egg-info/requires.txt writing top-level names to osprofiler.egg-info/top_level.txt writing pbr to osprofiler.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'osprofiler.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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 'osprofiler.egg-info/SOURCES.txt' copying osprofiler/cmd/template.html -> build/lib/osprofiler/cmd copying osprofiler/tests/functional/config.cfg -> build/lib/osprofiler/tests/functional + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 [openstackdocstheme] version: 2.2.1 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/osprofiler-3.4.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 8 source files that are out of date updating environment: [new config] 8 added, 0 changed, 0 removed reading sources... [ 12%] index reading sources... [ 25%] user/api reading sources... [ 37%] user/background reading sources... [ 50%] user/collectors reading sources... [ 62%] user/history reading sources... [ 75%] user/index reading sources... [ 87%] user/integration reading sources... [100%] user/similar_projects looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 12%] index [openstackdocstheme] pdf_link False writing output... [ 25%] user/api writing output... [ 37%] user/background writing output... [ 50%] user/collectors writing output... [ 62%] user/history writing output... [ 75%] user/index writing output... [ 87%] user/integration writing output... [100%] user/similar_projects generating indices... genindex[openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[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.cYCPUK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch + cd osprofiler-3.4.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch --prefix /usr 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-osprofiler-3.4.0-2.el8.noarch/usr creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/initializer.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/opts.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests copying build/lib/osprofiler/tests/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests copying build/lib/osprofiler/tests/test.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/test_web.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/test_profiler.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit copying build/lib/osprofiler/tests/unit/test_sqlalchemy.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd copying build/lib/osprofiler/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd copying build/lib/osprofiler/tests/unit/cmd/test_shell.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd copying build/lib/osprofiler/tests/unit/test_opts.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_mongodb.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_messaging.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_base.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_redis_driver.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_loginsight.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_elasticsearch.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/drivers/test_jaeger.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers copying build/lib/osprofiler/tests/unit/test_initializer.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc copying build/lib/osprofiler/tests/unit/doc/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc copying build/lib/osprofiler/tests/unit/doc/test_specs.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional copying build/lib/osprofiler/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional copying build/lib/osprofiler/tests/functional/test_driver.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional copying build/lib/osprofiler/tests/functional/config.cfg -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional copying build/lib/osprofiler/_utils.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/exc.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/web.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/cmd/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/cmd/template.html -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/cmd/cliutils.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/cmd/commands.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/cmd/shell.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd copying build/lib/osprofiler/sqlalchemy.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler copying build/lib/osprofiler/profiler.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/mongodb.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/sqlalchemy_driver.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/elasticsearch_driver.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/base.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/messaging.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/jaeger.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/loginsight.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers copying build/lib/osprofiler/drivers/redis_driver.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers creating /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/hacking copying build/lib/osprofiler/hacking/__init__.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/hacking copying build/lib/osprofiler/hacking/checks.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/hacking copying build/lib/osprofiler/notifier.py -> /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/initializer.py to initializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/test.py to test.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_web.py to test_web.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_notifier.py to test_notifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_profiler.py to test_profiler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_sqlalchemy.py to test_sqlalchemy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/cmd/test_shell.py to test_shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_opts.py to test_opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_mongodb.py to test_mongodb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_messaging.py to test_messaging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_redis_driver.py to test_redis_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_loginsight.py to test_loginsight.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_elasticsearch.py to test_elasticsearch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/drivers/test_jaeger.py to test_jaeger.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/test_initializer.py to test_initializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/unit/doc/test_specs.py to test_specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/tests/functional/test_driver.py to test_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/_utils.py to _utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/exc.py to exc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/web.py to web.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd/cliutils.py to cliutils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd/commands.py to commands.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/cmd/shell.py to shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/sqlalchemy.py to sqlalchemy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/profiler.py to profiler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/mongodb.py to mongodb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/sqlalchemy_driver.py to sqlalchemy_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/elasticsearch_driver.py to elasticsearch_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/messaging.py to messaging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/jaeger.py to jaeger.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/loginsight.py to loginsight.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/drivers/redis_driver.py to redis_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/hacking/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/hacking/checks.py to checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler/notifier.py to notifier.cpython-36.pyc writing byte-compilation script '/tmp/tmp4p656zto.py' /usr/bin/python3 /tmp/tmp4p656zto.py removing /tmp/tmp4p656zto.py running install_egg_info running egg_info writing osprofiler.egg-info/PKG-INFO writing dependency_links to osprofiler.egg-info/dependency_links.txt writing entry points to osprofiler.egg-info/entry_points.txt writing requirements to osprofiler.egg-info/requires.txt writing top-level names to osprofiler.egg-info/top_level.txt writing pbr to osprofiler.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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 'osprofiler.egg-info/SOURCES.txt' Copying osprofiler.egg-info to /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/osprofiler-3.4.0-py3.6.egg-info running install_scripts Installing osprofiler script to /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:436: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable) + ln -s osprofiler /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/bin/osprofiler-3 + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 3.4.0-2.el8 --unique-debug-suffix -3.4.0-2.el8.noarch --unique-debug-src-base python-osprofiler-3.4.0-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/osprofiler-3.4.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-osprofiler-3.4.0-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-osprofiler-3.4.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7hO1JL + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python3-osprofiler + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python3-osprofiler + cp -pr README.rst /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python3-osprofiler + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dbmlAM + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python3-osprofiler + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python3-osprofiler + cp -pr LICENSE /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python3-osprofiler + exit 0 Provides: python3-osprofiler = 3.4.0-2.el8 python3.6dist(osprofiler) = 3.4.0 python3dist(osprofiler) = 3.4.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 python(abi) = 3.6 Obsoletes: python2-osprofiler < 3.4.0-2.el8 Processing files: python-osprofiler-doc-3.4.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KK9K16 + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python-osprofiler-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python-osprofiler-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/doc/python-osprofiler-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.V2Alvr + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python-osprofiler-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python-osprofiler-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch/usr/share/licenses/python-osprofiler-doc + exit 0 Provides: python-osprofiler-doc = 3.4.0-2.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-osprofiler-3.4.0-2.el8.noarch Wrote: /builddir/build/RPMS/python3-osprofiler-3.4.0-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-osprofiler-doc-3.4.0-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qvBLoN + umask 022 + cd /builddir/build/BUILD + cd osprofiler-3.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-osprofiler-3.4.0-2.el8.noarch + exit 0 Child return code was: 0