Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-tempestconf.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/cloud8s-openstack-train-el8-build-93823-840091/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-tempestconf.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 sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-tempestconf-3.2.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-tempestconf.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/cloud8s-openstack-train-el8-build-93823-840091/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-tempestconf.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.GBRU7j + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-tempestconf-3.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-tempestconf-3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-tempestconf-3.2.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-tempestconf-3.2.0 base' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PLf4wm + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.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/config_tempest creating build/lib/config_tempest/services copying config_tempest/services/share.py -> build/lib/config_tempest/services copying config_tempest/services/database.py -> build/lib/config_tempest/services copying config_tempest/services/telemetry.py -> build/lib/config_tempest/services copying config_tempest/services/image.py -> build/lib/config_tempest/services copying config_tempest/services/data-processing.py -> build/lib/config_tempest/services copying config_tempest/services/object_storage.py -> build/lib/config_tempest/services copying config_tempest/services/event.py -> build/lib/config_tempest/services copying config_tempest/services/base.py -> build/lib/config_tempest/services copying config_tempest/services/octavia.py -> build/lib/config_tempest/services copying config_tempest/services/network.py -> build/lib/config_tempest/services copying config_tempest/services/alarming.py -> build/lib/config_tempest/services copying config_tempest/services/orchestration.py -> build/lib/config_tempest/services copying config_tempest/services/workflowv2.py -> build/lib/config_tempest/services copying config_tempest/services/metric.py -> build/lib/config_tempest/services copying config_tempest/services/aws.py -> build/lib/config_tempest/services copying config_tempest/services/key_manager.py -> build/lib/config_tempest/services copying config_tempest/services/horizon.py -> build/lib/config_tempest/services copying config_tempest/services/ceilometer.py -> build/lib/config_tempest/services copying config_tempest/services/compute.py -> build/lib/config_tempest/services copying config_tempest/services/dns.py -> build/lib/config_tempest/services copying config_tempest/services/placement.py -> build/lib/config_tempest/services copying config_tempest/services/services.py -> build/lib/config_tempest/services copying config_tempest/services/identity.py -> build/lib/config_tempest/services copying config_tempest/services/baremetal.py -> build/lib/config_tempest/services copying config_tempest/services/__init__.py -> build/lib/config_tempest/services copying config_tempest/services/volume.py -> build/lib/config_tempest/services copying config_tempest/services/messaging.py -> build/lib/config_tempest/services creating build/lib/config_tempest/tests creating build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_network.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_octavia.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_base.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_identity.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_horizon.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_compute.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_object_storage.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_volume.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_image.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_aws.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_ceilometer.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/test_services.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/services/__init__.py -> build/lib/config_tempest/tests/services copying config_tempest/tests/test_accounts.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_flavors.py -> build/lib/config_tempest/tests copying config_tempest/tests/base.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_tempest_conf.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_profile.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_clients.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_config_tempest.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_users.py -> build/lib/config_tempest/tests copying config_tempest/tests/test_credentials.py -> build/lib/config_tempest/tests copying config_tempest/tests/__init__.py -> build/lib/config_tempest/tests copying config_tempest/accounts.py -> build/lib/config_tempest copying config_tempest/clients.py -> build/lib/config_tempest copying config_tempest/constants.py -> build/lib/config_tempest copying config_tempest/users.py -> build/lib/config_tempest copying config_tempest/tempest_conf.py -> build/lib/config_tempest copying config_tempest/flavors.py -> build/lib/config_tempest copying config_tempest/main.py -> build/lib/config_tempest copying config_tempest/profile.py -> build/lib/config_tempest copying config_tempest/credentials.py -> build/lib/config_tempest copying config_tempest/utils.py -> build/lib/config_tempest copying config_tempest/__init__.py -> build/lib/config_tempest running egg_info writing python_tempestconf.egg-info/PKG-INFO writing dependency_links to python_tempestconf.egg-info/dependency_links.txt writing entry points to python_tempestconf.egg-info/entry_points.txt writing requirements to python_tempestconf.egg-info/requires.txt writing top-level names to python_tempestconf.egg-info/top_level.txt writing pbr to python_tempestconf.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 'python_tempestconf.egg-info/SOURCES.txt' + export PYTHONPATH=. + PYTHONPATH=. + 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 Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-tempestconf-3.2.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 15 source files that are out of date updating environment: [new config] 15 added, 0 changed, 0 removed reading sources... [ 6%] admin/admin_usage reading sources... [ 13%] admin/index reading sources... [ 20%] cli/cli_options 2021-04-13 18:14:23.749 25059 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf reading sources... [ 26%] cli/index reading sources... [ 33%] contributor/contributing reading sources... [ 40%] contributor/index reading sources... [ 46%] index reading sources... [ 53%] install/index reading sources... [ 60%] install/installation reading sources... [ 66%] overview reading sources... [ 73%] user/default reading sources... [ 80%] user/import reading sources... [ 86%] user/index reading sources... [ 93%] user/profile reading sources... [100%] user/usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] admin/admin_usage [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/admin_usage is 2021-04-13 18:14:22 writing output... [ 13%] admin/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/index is 2021-04-13 18:14:22 writing output... [ 20%] cli/cli_options [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/cli_options is 2021-04-13 18:14:22 writing output... [ 26%] cli/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/index is 2021-04-13 18:14:22 writing output... [ 33%] contributor/contributing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2021-04-13 18:14:22 writing output... [ 40%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2021-04-13 18:14:22 writing output... [ 46%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2021-04-13 18:14:22 writing output... [ 53%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2021-04-13 18:14:22 writing output... [ 60%] install/installation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/installation is 2021-04-13 18:14:22 writing output... [ 66%] overview [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview is 2021-04-13 18:14:22 writing output... [ 73%] user/default [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/default is 2021-04-13 18:14:22 writing output... [ 80%] user/import [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/import is 2021-04-13 18:14:22 writing output... [ 86%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2021-04-13 18:14:22 writing output... [ 93%] user/profile [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/profile is 2021-04-13 18:14:22 writing output... [100%] user/usage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/usage is 2021-04-13 18:14:22 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. None:6: (ERROR/3) Unexpected indentation. None:5: (ERROR/3) Unexpected indentation. None:5: (ERROR/3) Unexpected indentation. None:6: (ERROR/3) Unexpected indentation. None:7: (ERROR/3) Unexpected indentation. None:7: (ERROR/3) Unexpected indentation. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TjAlzj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch + cd python-tempestconf-3.2.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-tempestconf-3.2.0-1.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-tempestconf-3.2.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/accounts.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/clients.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/share.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/database.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/telemetry.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/image.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/data-processing.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/object_storage.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/event.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/base.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/octavia.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/network.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/alarming.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/orchestration.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/workflowv2.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/metric.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/aws.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/key_manager.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/horizon.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/ceilometer.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/compute.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/dns.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/placement.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/services.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/identity.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/baremetal.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/__init__.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/volume.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/services/messaging.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services copying build/lib/config_tempest/constants.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/users.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/tempest_conf.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/flavors.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/main.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/profile.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/credentials.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest copying build/lib/config_tempest/utils.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_accounts.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests creating /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_network.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_octavia.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_base.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_identity.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_horizon.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_compute.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_object_storage.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_volume.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_image.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_aws.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_ceilometer.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/test_services.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/services/__init__.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services copying build/lib/config_tempest/tests/test_flavors.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/base.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_tempest_conf.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_profile.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_clients.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_config_tempest.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_users.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/test_credentials.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/tests/__init__.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests copying build/lib/config_tempest/__init__.py -> /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/accounts.py to accounts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/clients.py to clients.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/share.py to share.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/database.py to database.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/telemetry.py to telemetry.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/image.py to image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/data-processing.py to data-processing.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/object_storage.py to object_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/event.py to event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/octavia.py to octavia.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/network.py to network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/alarming.py to alarming.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/orchestration.py to orchestration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/workflowv2.py to workflowv2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/metric.py to metric.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/aws.py to aws.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/key_manager.py to key_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/horizon.py to horizon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/ceilometer.py to ceilometer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/compute.py to compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/dns.py to dns.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/placement.py to placement.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/services.py to services.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/identity.py to identity.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/baremetal.py to baremetal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/volume.py to volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/services/messaging.py to messaging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/users.py to users.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tempest_conf.py to tempest_conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/flavors.py to flavors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/profile.py to profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/credentials.py to credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_accounts.py to test_accounts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_network.py to test_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_octavia.py to test_octavia.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_identity.py to test_identity.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_horizon.py to test_horizon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_compute.py to test_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_object_storage.py to test_object_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_image.py to test_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_aws.py to test_aws.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_ceilometer.py to test_ceilometer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/test_services.py to test_services.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/services/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_flavors.py to test_flavors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_tempest_conf.py to test_tempest_conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_profile.py to test_profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_clients.py to test_clients.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_config_tempest.py to test_config_tempest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_users.py to test_users.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/test_credentials.py to test_credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/config_tempest/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpsespe6g7.py' /usr/bin/python3 /tmp/tmpsespe6g7.py removing /tmp/tmpsespe6g7.py running install_egg_info running egg_info writing python_tempestconf.egg-info/PKG-INFO writing dependency_links to python_tempestconf.egg-info/dependency_links.txt writing entry points to python_tempestconf.egg-info/entry_points.txt writing requirements to python_tempestconf.egg-info/requires.txt writing top-level names to python_tempestconf.egg-info/top_level.txt writing pbr to python_tempestconf.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 'python_tempestconf.egg-info/SOURCES.txt' Copying python_tempestconf.egg-info to /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/lib/python3.6/site-packages/python_tempestconf-3.2.0-py3.6.egg-info running install_scripts Installing discover-tempest-config script to /builddir/build/BUILDROOT/python-tempestconf-3.2.0-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) + ln -s discover-tempest-config /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/bin/discover-tempest-config-3 + rm -rf '/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/etc/tempest/*' + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.2.0-1.el8 --unique-debug-suffix -3.2.0-1.el8.noarch --unique-debug-src-base python-tempestconf-3.2.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-tempestconf-3.2.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4P64Ul + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + export OS_TEST_PATH=./config_tempest/tests + OS_TEST_PATH=./config_tempest/tests + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/bin + export PYTHONPATH=/builddir/build/BUILD/python-tempestconf-3.2.0 + PYTHONPATH=/builddir/build/BUILD/python-tempestconf-3.2.0 + export PYTHON=python3 + PYTHON=python3 + stestr-3 --test-path ./config_tempest/tests run 2021-04-13 18:14:28.056 25604 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.078 25605 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.079 25608 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.087 25612 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.096 25614 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.108 25607 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.094 25615 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.106 25616 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.109 25613 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.108 25610 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.126 25618 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.126 25620 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.087 25611 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.110 25617 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.139 25606 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.100 25603 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.087 25609 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.194 25621 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.210 25619 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2021-04-13 18:14:28.254 25623 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf {1} config_tempest.tests.services.test_base.TestService.test_do_get [0.003538s] ... ok {1} config_tempest.tests.services.test_base.TestService.test_service_properties [0.000574s] ... ok {1} config_tempest.tests.services.test_identity.TestIdentityService.test_set_get_versions [0.000877s] ... ok {1} config_tempest.tests.test_accounts.TestAccounts.test_create_accounts_file [0.001832s] ... ok {1} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config_as_admin [0.000995s] ... ok {1} config_tempest.tests.test_credentials.TestCredentials.test_set_credentials_v3 [0.002097s] ... ok {5} config_tempest.tests.services.test_aws.TestS3Service.test_set_default_tempest_options [0.005328s] ... ok {5} config_tempest.tests.services.test_compute.TestComputeService.test_set_get_versions [0.001047s] ... ok {5} config_tempest.tests.services.test_identity.TestIdentityService.test_set_default_tempest_options [0.001225s] ... ok {5} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_found_not_downloaded [0.001969s] ... ok {6} config_tempest.tests.services.test_base.TestService.test_get_extensions [0.001384s] ... ok {6} config_tempest.tests.services.test_identity.TestIdentityService.test_get_extensions [0.000756s] ... ok {6} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config_admin_override [0.003006s] ... ok {6} config_tempest.tests.test_credentials.TestCredentials.test_set_credentials_v2 [0.001605s] ... ok {6} config_tempest.tests.test_flavors.TestFlavors.test_create_flavor_rng [0.002075s] ... ok {8} config_tempest.tests.services.test_image.TestImageService.test_find_image_found [0.002015s] ... ok {8} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_not_found_creation_allowed_https [0.001940s] ... ok {8} config_tempest.tests.test_credentials.TestCredentials.test_get_auth_provider_keystone_v2 [0.002216s] ... ok {1} config_tempest.tests.test_users.TestUsers.test_give_role_to_user_role_already_given [0.005621s] ... ok {10} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_not_found_creation_not_allowed [0.002411s] ... ok {10} config_tempest.tests.services.test_services.TestServices.test_get_endpoints_api_3 [0.003288s] ... ok {10} config_tempest.tests.services.test_volume.TestVolumeService.test_post_configuration_state_down [0.001314s] ... ok {10} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config_get_default [0.002548s] ... ok {13} config_tempest.tests.services.test_ceilometer.TestCeilometerService.test_check_ceilometer_service [0.001970s] ... ok {13} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_found_downloaded [0.001560s] ... ok {13} config_tempest.tests.services.test_network.TestNetworkService.test_tempest_network_id_not_found [0.001081s] ... ok {13} config_tempest.tests.services.test_services.TestServices.test_is_service [0.003539s] ... ok {13} config_tempest.tests.services.test_volume.TestVolumeService.test_set_get_versions [0.001311s] ... ok {13} config_tempest.tests.test_clients.TestClientManager.test_init_manager_as_admin [0.003484s] ... ok {0} config_tempest.tests.services.test_compute.TestComputeService.test_set_default_tempest_options [0.002171s] ... ok {0} config_tempest.tests.services.test_horizon.TestConfigTempest.test_configure_horizon_ipv6 [0.001414s] ... ok {7} config_tempest.tests.services.test_base.TestVersionedService.test_no_port_cut_url [0.001730s] ... ok {7} config_tempest.tests.services.test_base.TestVersionedService.test_set_get_versions [0.001043s] ... ok {7} config_tempest.tests.services.test_compute.TestComputeService.test_set_get_extensions [0.000912s] ... ok {7} config_tempest.tests.services.test_identity.TestIdentityService.test_set_extensions [0.001067s] ... ok {7} config_tempest.tests.services.test_image.TestImageService.test_set_get_versions [0.001275s] ... ok {7} config_tempest.tests.services.test_services.TestServices.test_parse_endpoints [0.003427s] ... ok {7} config_tempest.tests.test_clients.TestProjectsClient.test_get_project_by_name_not_found [0.003011s] ... ok {14} config_tempest.tests.services.test_services.TestServices.test_get_service [0.004198s] ... ok {14} config_tempest.tests.services.test_services.TestServices.test_parse_endpoints_not_ip_hostname [0.002878s] ... ok {10} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config_override [0.003510s] ... ok {10} config_tempest.tests.test_users.TestUsers.test_check_user_roles_one_exists [0.003434s] ... ok {2} config_tempest.tests.services.test_object_storage.TestObjectStorageService.test_check_service_status_discover [0.002043s] ... ok {2} config_tempest.tests.services.test_octavia.TestOctaviaService.test_list_drivers [0.003063s] ... ok {2} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config [0.001039s] ... ok {2} config_tempest.tests.test_tempest_conf.TestTempestConf.test_set_value [0.000937s] ... ok {2} config_tempest.tests.test_users.TestUsers.test_create_user_with_project [0.004306s] ... ok {2} config_tempest.tests.test_users.TestUsers.test_create_user_with_project_exists_user_exists [0.005232s] ... ok {2} config_tempest.tests.test_users.TestUsers.test_give_role_to_user_role_not_found_not_req [0.004462s] ... ok {14} config_tempest.tests.services.test_volume.TestVolumeService.test_post_configuration_no_volume [0.002332s] ... ok {15} config_tempest.tests.services.test_image.TestImageService.test_create_tempest_images_no_ref_no_alt_ref [0.003276s] ... ok {15} config_tempest.tests.test_flavors.TestFlavors.test_create_flavor_no_rng [0.003639s] ... ok {15} config_tempest.tests.test_profile.TestProfile.test_convert_remove_append [0.000702s] ... ok {15} config_tempest.tests.test_tempest_conf.TestTempestConf.test_append_values_with_overrides [0.001075s] ... ok {15} config_tempest.tests.test_tempest_conf.TestTempestConf.test_set_value_overwrite_by_priority [0.001017s] ... ok {15} config_tempest.tests.test_users.TestUsers.test_check_user_role_exists [0.003406s] ... ok {12} config_tempest.tests.services.test_image.TestImageService.test_create_tempest_images_ref_alt_ref [0.003039s] ... ok {12} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_not_found_creation_allowed_http [0.001872s] ... ok {12} config_tempest.tests.test_clients.TestClientManager.test_set_users_client [0.002710s] ... ok {12} config_tempest.tests.test_clients.TestProjectsClient.test_get_project_by_name_v3 [0.002195s] ... ok {12} config_tempest.tests.test_flavors.TestFlavors.test_create_flavor_not_allowed [0.001866s] ... ok {12} config_tempest.tests.test_users.TestUsers.test_check_user_roles_two_exist [0.003439s] ... ok {9} config_tempest.tests.services.test_base.TestService.test_set_extensions [0.001439s] ... ok {9} config_tempest.tests.services.test_identity.TestIdentityService.test_deserialize_versions [0.000653s] ... ok {9} config_tempest.tests.services.test_image.TestImageService.test_find_image_by_id [0.001197s] ... ok {9} config_tempest.tests.services.test_services.TestServices.test_get_endpoints_no_endpoints [0.002944s] ... ok {9} config_tempest.tests.test_credentials.TestCredentials.test_get_creds_kwargs [0.001464s] ... ok {9} config_tempest.tests.test_tempest_conf.TestTempestConf.test_get_bool_value [0.000912s] ... ok {18} config_tempest.tests.services.test_network.TestNetworkService.test_set_get_extensions [0.002254s] ... ok {18} config_tempest.tests.services.test_object_storage.TestObjectStorageService.test_list_create_roles [0.001612s] ... ok {18} config_tempest.tests.services.test_services.TestServices.test_get_endpoints_api_2 [0.003283s] ... ok {18} config_tempest.tests.test_clients.TestProjectsClient.test_create_project_v3 [0.003175s] ... ok {18} config_tempest.tests.test_tempest_conf.TestTempestConf.test_remove_not_defined_values [0.001824s] ... ok {18} config_tempest.tests.test_users.TestUsers.test_create_tempest_user [0.004470s] ... ok {3} config_tempest.tests.services.test_horizon.TestConfigTempest.test_configure_horizon_certificate_error [0.002330s] ... ok {3} config_tempest.tests.services.test_octavia.TestOctaviaService.test_octavia_service_post_configuration [0.003848s] ... ok {3} config_tempest.tests.services.test_services.TestServices.test_edit_identity_url_v3 [0.003084s] ... ok {3} config_tempest.tests.services.test_services.TestServices.test_parse_endpoints_empty [0.002841s] ... ok {3} config_tempest.tests.test_tempest_conf.TestTempestConf.test_set_value_overwrite [0.001237s] ... ok {3} config_tempest.tests.test_users.TestUsers.test_check_user_role_does_not_exist_no_member [0.003842s] ... ok {3} config_tempest.tests.test_users.TestUsers.test_give_role_to_user_role_not_found [0.004421s] ... ok {14} config_tempest.tests.test_clients.TestClientManager.test_get_service_client [0.002519s] ... ok {6} config_tempest.tests.test_flavors.TestFlavors.test_find_flavor_by_name [0.003486s] ... ok {6} config_tempest.tests.test_tempest_conf.TestTempestConf.test_append_values [0.001029s] ... ok {11} config_tempest.tests.services.test_identity.TestIdentityService.test_set_identity_v3_extensions [0.001840s] ... ok {11} config_tempest.tests.services.test_image.TestImageService.test_create_tempest_images_exception [0.001465s] ... ok {11} config_tempest.tests.services.test_network.TestNetworkService.test_create_network_auto_discover_not_found [0.002058s] ... ok {11} config_tempest.tests.services.test_network.TestNetworkService.test_create_network_id_supplied_by_user [0.000955s] ... ok {11} config_tempest.tests.test_flavors.TestFlavors.test_create_tempest_flavors [0.003380s] ... ok {11} config_tempest.tests.test_tempest_conf.TestTempestConf.test_remove_values [0.001162s] ... ok {14} config_tempest.tests.test_credentials.TestCredentials.test_get_credential [0.001857s] ... ok {14} config_tempest.tests.test_tempest_conf.TestTempestConf.test_set_value_overwrite_priority_by_priority [0.001012s] ... ok {8} config_tempest.tests.test_tempest_conf.TestTempestConf.test_set_value_overwrite_priority [0.000939s] ... ok {8} config_tempest.tests.test_users.TestUsers.test_check_user_role_does_not_exist_fall_to_Member [0.005060s] ... ok {16} config_tempest.tests.services.test_aws.TestEc2Service.test_set_default_tempest_options [0.006002s] ... ok {16} config_tempest.tests.services.test_base.TestVersionedService.test_deserialize_versions [0.000832s] ... ok {16} config_tempest.tests.services.test_horizon.TestConfigTempest.test_configure_horizon_ipv4 [0.001471s] ... ok {4} config_tempest.tests.services.test_volume.TestVolumeService.test_post_configuration_no_service [0.002268s] ... ok {16} config_tempest.tests.services.test_image.TestImageService.test_create_tempest_images_ref_no_alt_ref [0.002395s] ... ok {17} config_tempest.tests.services.test_base.TestService.test_get_versions [0.001450s] ... ok {0} config_tempest.tests.services.test_image.TestImageService.test_create_tempest_images_no_ref_alt_ref [0.002433s] ... ok {0} config_tempest.tests.services.test_object_storage.TestObjectStorageService.test_set_get_extensions [0.001181s] ... ok {0} config_tempest.tests.services.test_services.TestServices.test_edit_identity_url_v2 [0.003551s] ... ok {4} config_tempest.tests.services.test_volume.TestVolumeService.test_set_get_extensions [0.001073s] ... ok {16} config_tempest.tests.test_clients.TestClientManager.test_set_roles_client [0.002214s] ... ok {17} config_tempest.tests.services.test_image.TestImageService.test_convert_image_to_raw [0.001803s] ... ok {0} config_tempest.tests.test_config_tempest.TestOsClientConfigSupport.test_init_manager_client_config_region_name [0.001243s] ... ok {4} config_tempest.tests.test_clients.TestProjectsClient.test_get_project_by_name_v2 [0.003442s] ... ok {16} config_tempest.tests.test_flavors.TestFlavors.test_create_tempest_flavors_overwrite_flavor_ref_alt_not_exist [0.002304s] ... ok {0} config_tempest.tests.test_users.TestUsers.test_check_user_role_does_not_exist_fall_to_member [0.004476s] ... ok {17} config_tempest.tests.services.test_image.TestImageService.test_find_image_not_found [0.001243s] ... ok {19} config_tempest.tests.services.test_base.TestService.test_set_versions [0.001535s] ... ok {5} config_tempest.tests.services.test_network.TestNetworkService.test_create_network_auto_discover [0.002534s] ... ok {17} config_tempest.tests.test_clients.TestProjectsClient.test_create_project_v2 [0.003628s] ... ok {4} config_tempest.tests.test_credentials.TestCredentials.test_get_identity_version_v2 [0.001643s] ... ok {19} config_tempest.tests.services.test_image.TestImageService.test_find_or_upload_image_not_found_creation_allowed_ftp_old [0.002324s] ... ok {19} config_tempest.tests.services.test_object_storage.TestObjectStorageService.test_check_service_status [0.000876s] ... ok {5} config_tempest.tests.test_clients.TestProjectsClient.test_init [0.001937s] ... ok {5} config_tempest.tests.test_users.TestUsers.test_create_user_with_project_project_exists [0.003865s] ... ok {17} config_tempest.tests.test_flavors.TestFlavors.test_create_tempest_flavors_overwrite_flavor_ref_not_exist [0.002179s] ... ok {17} config_tempest.tests.test_flavors.TestFlavors.test_find_flavor_by_id [0.002124s] ... ok {8} config_tempest.tests.test_users.TestUsers.test_create_user_with_project_user_exists [0.005221s] ... ok {4} config_tempest.tests.test_profile.TestProfile.test_read_profile_file [0.000961s] ... ok {4} config_tempest.tests.test_tempest_conf.TestTempestConf.test_remove_values_having_hyphen [0.001150s] ... ok {4} config_tempest.tests.test_users.TestUsers.test_give_role_to_user [0.004741s] ... ok {19} config_tempest.tests.services.test_object_storage.TestObjectStorageService.test_set_get_extensions_empty [0.000716s] ... ok {19} config_tempest.tests.test_credentials.TestCredentials.test_get_auth_provider_keystone_v3 [0.002557s] ... ok {19} config_tempest.tests.test_credentials.TestCredentials.test_get_identity_version_v3 [0.001957s] ... ok ====== Totals ====== Ran: 128 tests in 0.2227 sec. - Passed: 128 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.2972 sec. ============== Worker Balance ============== - Worker 0 (7 tests) => 0:00:00.018340 - Worker 1 (7 tests) => 0:00:00.017186 - Worker 2 (7 tests) => 0:00:00.022583 - Worker 3 (7 tests) => 0:00:00.023686 - Worker 4 (7 tests) => 0:00:00.016795 - Worker 5 (7 tests) => 0:00:00.019675 - Worker 6 (7 tests) => 0:00:00.014955 - Worker 7 (7 tests) => 0:00:00.013952 - Worker 8 (6 tests) => 0:00:00.018748 - Worker 9 (6 tests) => 0:00:00.010068 - Worker 10 (6 tests) => 0:00:00.018077 - Worker 11 (6 tests) => 0:00:00.012282 - Worker 12 (6 tests) => 0:00:00.016547 - Worker 13 (6 tests) => 0:00:00.014343 - Worker 14 (6 tests) => 0:00:00.016318 - Worker 15 (6 tests) => 0:00:00.014693 - Worker 16 (6 tests) => 0:00:00.017090 - Worker 17 (6 tests) => 0:00:00.014124 - Worker 18 (6 tests) => 0:00:00.018300 - Worker 19 (6 tests) => 0:00:00.011469 + exit 0 Processing files: python3-tempestconf-3.2.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.526Mvk + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python3-tempestconf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python3-tempestconf + cp -pr README.rst /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python3-tempestconf + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dGdHBm + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf + cp -pr LICENSE /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf + exit 0 Provides: python3-tempestconf = 3.2.0-1.el8 python3.6dist(python-tempestconf) = 3.2.0 python3dist(python-tempestconf) = 3.2.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.6 Obsoletes: python2-tempestconf < 3.2.0-1.el8 Processing files: python3-tempestconf-tests-3.2.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.84xotl + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python3-tempestconf-tests + exit 0 Provides: python3-tempestconf-tests = 3.2.0-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-tempestconf-doc-3.2.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qdm5Lm + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python-tempestconf-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python-tempestconf-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/doc/python-tempestconf-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ldlq2i + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python-tempestconf-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python-tempestconf-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch/usr/share/licenses/python-tempestconf-doc + exit 0 Provides: python-tempestconf-doc = 3.2.0-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-tempestconf-3.2.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-tempestconf-3.2.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-tempestconf-tests-3.2.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-tempestconf-doc-3.2.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.azpQPl + umask 022 + cd /builddir/build/BUILD + cd python-tempestconf-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-tempestconf-3.2.0-1.el8.noarch + exit 0 Child return code was: 0