Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-senlinclient.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72608-385215/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4ad3a9e422dc47158f5b292b9b6f6085', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72608-385215/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-senlinclient.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-senlinclient-1.11.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-senlinclient.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-72608-385215/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9940e0af5733463d9c0759db1bd46cab', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72608-385215/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-senlinclient.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.4ej6zI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-senlinclient-1.11.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-senlinclient-1.11.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-senlinclient-1.11.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-senlinclient-1.11.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p5Cnpd + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.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/senlinclient copying senlinclient/client.py -> build/lib/senlinclient copying senlinclient/__init__.py -> build/lib/senlinclient copying senlinclient/plugin.py -> build/lib/senlinclient creating build/lib/senlinclient/tests creating build/lib/senlinclient/tests/unit copying senlinclient/tests/unit/test_format_utils.py -> build/lib/senlinclient/tests/unit copying senlinclient/tests/unit/fakes.py -> build/lib/senlinclient/tests/unit copying senlinclient/tests/unit/test_utils.py -> build/lib/senlinclient/tests/unit copying senlinclient/tests/unit/test_plugin.py -> build/lib/senlinclient/tests/unit copying senlinclient/tests/unit/__init__.py -> build/lib/senlinclient/tests/unit copying senlinclient/tests/__init__.py -> build/lib/senlinclient/tests creating build/lib/senlinclient/common copying senlinclient/common/utils.py -> build/lib/senlinclient/common copying senlinclient/common/i18n.py -> build/lib/senlinclient/common copying senlinclient/common/exc.py -> build/lib/senlinclient/common copying senlinclient/common/__init__.py -> build/lib/senlinclient/common copying senlinclient/common/format_utils.py -> build/lib/senlinclient/common creating build/lib/senlinclient/v1 copying senlinclient/v1/action.py -> build/lib/senlinclient/v1 copying senlinclient/v1/service.py -> build/lib/senlinclient/v1 copying senlinclient/v1/build_info.py -> build/lib/senlinclient/v1 copying senlinclient/v1/profile.py -> build/lib/senlinclient/v1 copying senlinclient/v1/event.py -> build/lib/senlinclient/v1 copying senlinclient/v1/client.py -> build/lib/senlinclient/v1 copying senlinclient/v1/policy.py -> build/lib/senlinclient/v1 copying senlinclient/v1/cluster_policy.py -> build/lib/senlinclient/v1 copying senlinclient/v1/__init__.py -> build/lib/senlinclient/v1 copying senlinclient/v1/policy_type.py -> build/lib/senlinclient/v1 copying senlinclient/v1/receiver.py -> build/lib/senlinclient/v1 copying senlinclient/v1/node.py -> build/lib/senlinclient/v1 copying senlinclient/v1/profile_type.py -> build/lib/senlinclient/v1 copying senlinclient/v1/cluster.py -> build/lib/senlinclient/v1 creating build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_policy_type.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_profile_type.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_service.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/fakes.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_build_info.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_cluster_policy.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_node.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_profile.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_receiver.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_cluster.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_event.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/__init__.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_client.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_policy.py -> build/lib/senlinclient/tests/unit/v1 copying senlinclient/tests/unit/v1/test_action.py -> build/lib/senlinclient/tests/unit/v1 creating build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_help.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_actions.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_nodes.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_version.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_cluster_policy.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_events.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_profile_types.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_policies.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/base.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_readonly_senlin.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_policy_types.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/__init__.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_profiles.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_clusters.py -> build/lib/senlinclient/tests/functional copying senlinclient/tests/functional/test_receivers.py -> build/lib/senlinclient/tests/functional running egg_info writing python_senlinclient.egg-info/PKG-INFO writing dependency_links to python_senlinclient.egg-info/dependency_links.txt writing entry points to python_senlinclient.egg-info/entry_points.txt deleting python_senlinclient.egg-info/requires.txt writing top-level names to python_senlinclient.egg-info/top_level.txt writing pbr to python_senlinclient.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_senlinclient.egg-info/SOURCES.txt' creating build/lib/senlinclient/locale creating build/lib/senlinclient/locale/zh_CN creating build/lib/senlinclient/locale/zh_CN/LC_MESSAGES copying senlinclient/locale/zh_CN/LC_MESSAGES/senlinclient.po -> build/lib/senlinclient/locale/zh_CN/LC_MESSAGES creating build/lib/senlinclient/tests/test_specs copying senlinclient/tests/test_specs/deletion_policy.yaml -> build/lib/senlinclient/tests/test_specs copying senlinclient/tests/test_specs/nova_server.yaml -> build/lib/senlinclient/tests/test_specs creating build/lib/senlinclient/tests/functional/hooks copying senlinclient/tests/functional/hooks/post_test_hook.sh -> build/lib/senlinclient/tests/functional/hooks copying senlinclient/tests/functional/hooks/pre_test_hook.sh -> build/lib/senlinclient/tests/functional/hooks creating build/lib/senlinclient/tests/functional/policies copying senlinclient/tests/functional/policies/deletion_policy.yaml -> build/lib/senlinclient/tests/functional/policies creating build/lib/senlinclient/tests/functional/profiles copying senlinclient/tests/functional/profiles/cirros_basic.yaml -> build/lib/senlinclient/tests/functional/profiles + 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-senlinclient-1.11.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 4 source files that are out of date updating environment: [new config] 4 added, 0 changed, 0 removed reading sources... [ 25%] cli/index reading sources... [ 50%] contributor/index reading sources... [ 75%] index reading sources... [100%] install/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 25%] cli/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/python-senlinclient/tree/doc/source' [openstackdocstheme] bug_project (from user) 'python-senlinclient' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/index is 2020-02-21 16:37:29 writing output... [ 50%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-02-21 16:37:29 writing output... [ 75%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-02-21 16:37:29 writing output... [100%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-02-21 16:37:29 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aJPPeN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch + cd python-senlinclient-1.11.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-senlinclient-1.11.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-senlinclient-1.11.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/test_specs copying build/lib/senlinclient/tests/test_specs/deletion_policy.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/test_specs copying build/lib/senlinclient/tests/test_specs/nova_server.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/test_specs creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/profiles copying build/lib/senlinclient/tests/functional/profiles/cirros_basic.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/profiles copying build/lib/senlinclient/tests/functional/test_help.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_actions.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_nodes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_version.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_events.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_profile_types.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/hooks/pre_test_hook.sh -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/test_policies.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_readonly_senlin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/policies copying build/lib/senlinclient/tests/functional/policies/deletion_policy.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/policies copying build/lib/senlinclient/tests/functional/test_policy_types.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_profiles.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_clusters.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_receivers.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_policy_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_profile_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_service.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/fakes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_build_info.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_node.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_profile.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_receiver.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_cluster.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_event.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_action.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/test_format_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/test_plugin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/action.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/service.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/build_info.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/profile.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/event.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/policy_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/receiver.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/node.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/profile_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/cluster.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1 creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/common/utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/common/i18n.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/common/exc.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/common/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/common/format_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common copying build/lib/senlinclient/client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient copying build/lib/senlinclient/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/locale creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/locale/zh_CN creating /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/locale/zh_CN/LC_MESSAGES copying build/lib/senlinclient/locale/zh_CN/LC_MESSAGES/senlinclient.po -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/locale/zh_CN/LC_MESSAGES copying build/lib/senlinclient/plugin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_help.py to test_help.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_actions.py to test_actions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_nodes.py to test_nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_version.py to test_version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_cluster_policy.py to test_cluster_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_events.py to test_events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_profile_types.py to test_profile_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_policies.py to test_policies.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_readonly_senlin.py to test_readonly_senlin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_policy_types.py to test_policy_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_profiles.py to test_profiles.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_clusters.py to test_clusters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/functional/test_receivers.py to test_receivers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_policy_type.py to test_policy_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_profile_type.py to test_profile_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_build_info.py to test_build_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_cluster_policy.py to test_cluster_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_node.py to test_node.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_profile.py to test_profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_receiver.py to test_receiver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_cluster.py to test_cluster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_event.py to test_event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_client.py to test_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_policy.py to test_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/v1/test_action.py to test_action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/test_format_utils.py to test_format_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/test_plugin.py to test_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/action.py to action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/build_info.py to build_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/profile.py to profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/event.py to event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/policy.py to policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/cluster_policy.py to cluster_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/policy_type.py to policy_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/receiver.py to receiver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/node.py to node.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/profile_type.py to profile_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/v1/cluster.py to cluster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common/exc.py to exc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/common/format_utils.py to format_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/senlinclient/plugin.py to plugin.cpython-36.pyc writing byte-compilation script '/tmp/tmplw74qv3f.py' /usr/bin/python3 /tmp/tmplw74qv3f.py removing /tmp/tmplw74qv3f.py running install_egg_info running egg_info writing python_senlinclient.egg-info/PKG-INFO writing dependency_links to python_senlinclient.egg-info/dependency_links.txt writing entry points to python_senlinclient.egg-info/entry_points.txt writing top-level names to python_senlinclient.egg-info/top_level.txt writing pbr to python_senlinclient.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_senlinclient.egg-info/SOURCES.txt' Copying python_senlinclient.egg-info to /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/lib/python3.6/site-packages/python_senlinclient-1.11.0-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 1.11.0-1.el8 --unique-debug-suffix -1.11.0-1.el8.noarch --unique-debug-src-base python-senlinclient-1.11.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-senlinclient-1.11.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-senlinclient-1.11.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.p2Dv9r + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + export PYTHON=python3 + PYTHON=python3 + ostestr -p --black-regex test_do_add_profiler_args {2} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_none [0.000479s] ... ok {2} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_update_policy [0.001999s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_defaults [0.051399s] ... ok {11} senlinclient.tests.unit.test_utils.UtilTest.test_list_formatter_with_list [0.000431s] ... ok {11} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_node [0.001764s] ... ok {11} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_force [0.014282s] ... ok {11} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_no_params [0.002493s] ... ok {11} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_no_network [0.000762s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_resize [0.002047s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_cluster [0.001426s] ... ok {1} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_bad_format [0.000948s] ... ok {1} senlinclient.tests.unit.v1.test_client.ClientTest.test_check_cluster [0.002000s] ... ok {1} senlinclient.tests.unit.v1.test_cluster.TestClusterOp.test_cluster_op [0.046375s] ... ok {1} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_capacity [0.002297s] ... ok {1} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort_invalid_key [0.003132s] ... ok {1} senlinclient.tests.unit.v1.test_node.TestNodeRecover.test_node_recover_not_found [0.004041s] ... ok {1} senlinclient.tests.unit.v1.test_profile.TestProfileCreate.test_profile_create_metadata [0.008114s] ... ok {1} senlinclient.tests.unit.v1.test_profile.TestProfileUpdate.test_profile_update_not_found [0.003110s] ... ok {26} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_detach_policy [0.001855s] ... ok {26} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_policy [0.001456s] ... ok {26} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_profile_ignore_missing [0.001272s] ... ok {26} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_action [0.001269s] ... ok {23} senlinclient.tests.unit.test_utils.UtilTest.test_process_stack_spec [0.002226s] ... ok {23} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_defaults [0.044953s] ... ok {23} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_receiver [0.004153s] ... ok {23} senlinclient.tests.unit.v1.test_cluster.TestClusterCheck.test_cluster_check_not_found [0.002201s] ... ok {23} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_size [0.005807s] ... ok {23} senlinclient.tests.unit.v1.test_cluster.TestClusterOp.test_cluster_op_not_found [0.002763s] ... ok {23} senlinclient.tests.unit.v1.test_profile.TestProfileShow.test_profile_show [0.003041s] ... ok {1} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_full_id [0.002830s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_full_id [0.004387s] ... ok {2} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort_invalid_direction [0.049265s] ... ok {23} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_defaults [0.003114s] ... ok {2} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_snapshot [0.004864s] ... ok {2} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show [0.002876s] ... ok {2} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete [0.001898s] ... ok {17} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_filter [0.045955s] ... ok {17} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_filter [0.003770s] ... ok {2} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_prompt_yes [0.026443s] ... ok {2} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort_invalid_direction [0.003225s] ... ok {2} senlinclient.tests.unit.v1.test_policy.TestPolicyValidate.test_policy_validate [0.008487s] ... ok {21} senlinclient.tests.unit.test_format_utils.TestFormats.test_yaml_format [0.052871s] ... ok {21} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort_invalid_key [0.006409s] ... ok {21} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_add_nodes [0.004116s] ... ok {21} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_max_size_less_capacity [0.003063s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_node [0.001280s] ... ok {5} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_full_id [0.048145s] ... ok {5} senlinclient.tests.unit.v1.test_action.TestActionShow.test_action_show_not_found [0.004320s] ... ok {5} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_policies [0.003639s] ... ok {5} senlinclient.tests.unit.v1.test_client.ClientTest.test_events [0.001290s] ... ok {21} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_percentage [0.002428s] ... ok {21} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_prompt_yes [0.027954s] ... ok {21} senlinclient.tests.unit.v1.test_node.TestNodeRecover.test_node_recover [0.001699s] ... ok {21} senlinclient.tests.unit.v1.test_receiver.TestReceiverUpdate.test_receiver_update_not_found [0.003772s] ... ok {5} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_policy [0.001244s] ... ok {5} senlinclient.tests.unit.v1.test_policy.TestPolicyShow.test_policy_show_not_found [0.002730s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete_without_destroy [0.001491s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list [0.002979s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_multi_params [0.002247s] ... ok {9} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyShow.test_cluster_policy_show [0.002439s] ... ok {30} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_marker [0.042517s] ... ok {30} senlinclient.tests.unit.v1.test_client.ClientTest.test_profiles [0.001512s] ... ok {16} senlinclient.tests.unit.v1.test_client.ClientTest.test_check_node [0.002396s] ... ok {16} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_receiver_ignore_missing [0.001484s] ... ok {16} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete [0.013951s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_init_default [0.000943s] ... ok {12} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort [0.046701s] ... ok {10} senlinclient.tests.unit.test_plugin.TestPlugin.test_create_connection_with_profile [0.002656s] ... ok {26} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_profile [0.001454s] ... ok {9} senlinclient.tests.unit.v1.test_event.TestEventShow.test_event_show_not_found [0.002506s] ... ok {9} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_with_snapshot [0.003978s] ... ok {30} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_node [0.001351s] ... ok {26} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort_invalid_key [0.044001s] ... ok {8} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_split [0.000314s] ... ok {26} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_defaults [0.002975s] ... ok {18} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_filter [0.046322s] ... ok {10} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_cluster [0.001487s] ... ok {11} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_role [0.039486s] ... ok {5} senlinclient.tests.unit.v1.test_profile.TestProfileShow.test_profile_show_not_found [0.002570s] ... ok {10} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_cluster [0.001265s] ... ok {30} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_prompt_yes [0.026269s] ... ok {16} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_with_overrides [0.035788s] ... ok {11} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_force [0.001942s] ... ok {12} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_min_step_capacity [0.002829s] ... ok {18} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_node [0.001716s] ... ok {4} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort [0.046379s] ... ok {4} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_attach_policy [0.001582s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect_with_full_id [0.002895s] ... ok {18} senlinclient.tests.unit.v1.test_client.ClientTest.test_init_with_params [0.001071s] ... ok {12} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_marker [0.003231s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_node_ignore_missing [0.001431s] ... ok {18} senlinclient.tests.unit.v1.test_cluster.TestClusterCheck.test_cluster_check [0.002197s] ... ok {18} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_not_found [0.004686s] ... ok {18} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test_cluster_run [0.032543s] ... ok {26} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort_invalid_key [0.003173s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_policy_ignore_missing [0.001422s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_node_with_details [0.001291s] ... ok {18} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeShow.test_policy_type_show [0.004519s] ... ok {18} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_marker [0.003189s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_more_than_one_address [0.000570s] ... ok {12} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_limit [0.003037s] ... ok {30} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_min_size_larger_than_capacity [0.003084s] ... ok {30} senlinclient.tests.unit.v1.test_policy.TestPolicyCreate.test_policy_create_defaults [0.009867s] ... ok {25} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_receiver [0.002455s] ... ok {16} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_metadata [0.003583s] ... ok {30} senlinclient.tests.unit.v1.test_policy.TestPolicyUpdate.test_policy_update_not_found [0.003244s] ... ok {0} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter [0.000499s] ... ok {0} senlinclient.tests.unit.v1.test_build_info.TestBuildInfo.test_build_info [0.044123s] ... ok {0} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_force_delete [0.002325s] ... ok {7} senlinclient.tests.unit.test_plugin.TestPlugin.test_create_connection_without_profile [0.001489s] ... ok {7} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_del_nodes [0.001472s] ... ok {10} senlinclient.tests.unit.v1.test_client.ClientTest.test_recover_node [0.001305s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterScaleIn.test_cluster_scale_in [0.001356s] ... ok {4} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_full_id [0.002945s] ... ok {4} senlinclient.tests.unit.v1.test_node.TestNodeCheck.test_node_check_not_found [0.002153s] ... ok {4} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort [0.005275s] ... ok {4} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort_invalid_direction [0.003290s] ... ok {10} senlinclient.tests.unit.v1.test_cluster.TestClusterUpdate.test_cluster_update_not_found [0.047823s] ... ok {10} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_metadata [0.003501s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_profile_type [0.003975s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_marker [0.049880s] ... ok {24} senlinclient.tests.unit.test_utils.UtilTest.test_list_formatter_with_empty_list [0.000796s] ... ok {24} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_cluster_policy [0.002169s] ... ok {14} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_none_dict [0.000305s] ... ok {14} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_limit [0.048866s] ... ok {30} senlinclient.tests.unit.v1.test_receiver.TestReceiverUpdate.test_receiver_update_defaults [0.004422s] ... ok {7} senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect [0.046739s] ... ok {31} senlinclient.tests.unit.test_utils.UtilTest.test_json_formatter_with_empty_json [0.000837s] ... ok {8} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_adjustment [0.018599s] ... ok {8} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script [0.002396s] ... ok {28} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_policy [0.003122s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_profile_types [0.001553s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_filter [0.004611s] ... ok {10} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_defaults [0.003010s] ... ok {10} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_full_id [0.004225s] ... ok {28} senlinclient.tests.unit.v1.test_client.ClientTest.test_recover_cluster [0.001759s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_prompt_no [0.044395s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_defaults [0.038100s] ... ok {20} senlinclient.tests.unit.test_format_utils.TestFormats.test_shell_format [0.045207s] ... ok {17} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_limit [0.003222s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_more_than_one_network [0.000807s] ... ok {25} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyUpdate.test_cluster_policy_update [0.001999s] ... ok {25} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_cluster [0.005076s] ... ok {17} senlinclient.tests.unit.v1.test_node.TestNodeCheck.test_node_check [0.002124s] ... ok {17} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort_invalid_key [0.003999s] ... ok {8} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_role [0.036842s] ... ok {8} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort_invalid_key [0.004186s] ... ok {0} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_defaults [0.003747s] ... ok {17} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_not_found [0.001838s] ... ok {17} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_full_id [0.003274s] ... ok {7} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_metadata [0.006527s] ... ok {25} senlinclient.tests.unit.v1.test_policy.TestPolicyUpdate.test_policy_update_defaults [0.003460s] ... ok {0} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort [0.002896s] ... ok {24} senlinclient.tests.unit.v1.test_client.ClientTest.test_receivers [0.001437s] ... ok {17} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort_invalid_direction [0.005973s] ... ok {20} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete_multi [0.002416s] ... ok {20} senlinclient.tests.unit.v1.test_cluster.TestClusterScaleOut.test_cluster_scale_out [0.001483s] ... ok {20} senlinclient.tests.unit.v1.test_cluster.TestClusterShow.test_cluster_show_not_found [0.003167s] ... ok {20} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete [0.002562s] ... ok {14} senlinclient.tests.unit.v1.test_client.ClientTest.test_policy_types [0.001631s] ... ok {0} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_filter [0.003049s] ... ok {24} senlinclient.tests.unit.v1.test_cluster.TestClusterPolicyDetach.test_cluster_policy_detach [0.015266s] ... ok {24} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete [0.002478s] ... ok {3} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_sort [0.046814s] ... ok {25} senlinclient.tests.unit.v1.test_receiver.TestReceiverShow.test_receiver_show [0.003065s] ... ok {31} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_event [0.002007s] ... ok {14} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_config [0.005265s] ... ok {14} senlinclient.tests.unit.v1.test_cluster.TestClusterRecover.test_cluster_recover_not_found [0.002094s] ... ok {7} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_percentage [0.002528s] ... ok {7} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_marker [0.002974s] ... ok {7} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_default [0.004077s] ... ok {0} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeShow.test_policy_type_show_not_found [0.002756s] ... ok {0} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_not_found [0.003437s] ... ok {0} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_defaults [0.002613s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort_invalid_direction [0.004484s] ... ok {15} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_cluster_ignore_missing [0.001498s] ... ok {11} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeOperations.test_profile_type_operations_not_found [0.002716s] ... ok {19} senlinclient.tests.unit.v1.test_cluster.TestClusterRecover.test_cluster_recover [0.014008s] ... ok {5} senlinclient.tests.unit.v1.test_profile.TestProfileUpdate.test_profile_update_defaults [0.003352s] ... ok {6} senlinclient.tests.unit.test_format_utils.TestFormats.test_value_format [0.047379s] ... ok {16} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show_with_details [0.006296s] ... ok {20} senlinclient.tests.unit.v1.test_node.TestNodeUpdate.test_node_update_not_found [0.003849s] ... ok {15} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_profile [0.001370s] ... ok {15} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_one_found_one_not_found [0.016848s] ... ok {29} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_profile [0.001753s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_min_size_capacity [0.002961s] ... ok {20} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort [0.004583s] ... ok {5} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_filter [0.003339s] ... ok {6} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort_invalid_direction [0.005085s] ... ok {3} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_capacity [0.002438s] ... ok {7} senlinclient.tests.unit.v1.test_service.TestServiceList.test_service [0.002408s] ... ok {22} senlinclient.tests.unit.test_format_utils.TestFormats.test_json_format [0.045441s] ... ok {29} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_full_id [0.045422s] ... ok {15} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_limit [0.034242s] ... ok {24} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete [0.001842s] ... ok {16} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_not_found [0.002315s] ... ok {15} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeAdd.test_cluster_node_add_multi [0.001682s] ... ok {3} senlinclient.tests.unit.v1.test_cluster.TestClusterShow.test_cluster_show [0.005652s] ... ok {3} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_force [0.001962s] ... ok {20} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeShow.test_profile_type_show_not_found [0.005439s] ... ok {22} senlinclient.tests.unit.v1.test_action.TestActionShow.test_action_show [0.003278s] ... ok {22} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_policy_type [0.001639s] ... ok {14} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_network_not_found [0.003541s] ... ok {3} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_one_found_one_not_found [0.001645s] ... ok {29} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_no_matching_address [0.000708s] ... ok {14} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_override [0.003786s] ... ok {16} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_prompt_no [0.025362s] ... ok {28} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_not_found [0.002157s] ... ok {22} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_cluster [0.003494s] ... ok {3} senlinclient.tests.unit.v1.test_profile.TestProfileValidate.test_profile_validate [0.006732s] ... ok {6} senlinclient.tests.unit.v1.test_client.ClientTest.test_actions [0.003604s] ... ok {13} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_scale_out [0.001963s] ... ok {14} senlinclient.tests.unit.v1.test_node.TestNodeOp.test_node_op_not_found [0.002530s] ... ok {6} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeAdd.test_cluster_node_add [0.001623s] ... ok {28} senlinclient.tests.unit.v1.test_profile.TestProfileCreate.test_profile_create_defaults [0.010143s] ... ok {29} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_defaults [0.004923s] ... ok {29} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_one_found_one_not_found [0.002409s] ... ok {6} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort_invalid_direction [0.003080s] ... ok {19} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_force_delete [0.002060s] ... ok {15} senlinclient.tests.unit.v1.test_event.TestEventShow.test_event_show [0.006479s] ... ok {3} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_webhook [0.003138s] ... ok {31} senlinclient.tests.unit.v1.test_cluster.TestClusterUpdate.test_cluster_update_defaults [0.046552s] ... ok {22} senlinclient.tests.unit.v1.test_cluster.TestClusterPolicyAttach.test_cluster_policy_attach [0.002036s] ... ok {29} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_defaults [0.003108s] ... ok {24} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_prompt_yes [0.026854s] ... ok {13} senlinclient.tests.unit.v1.test_client.ClientTest.test_clusters [0.001334s] ... ok {29} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_limit [0.005220s] ... ok {22} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_max_size_capacity [0.002713s] ... ok {22} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_non_webhook [0.003520s] ... ok {24} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_limit [0.036817s] ... ok {6} senlinclient.tests.unit.v1.test_node.TestNodeUpdate.test_node_update_defaults [0.003234s] ... ok {6} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeList.test_policy_type_list [0.001872s] ... ok {6} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_limit [0.002843s] ... ok {27} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_scale_in [0.002123s] ... ok {15} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeShow.test_profile_type_show [0.002272s] ... ok {22} senlinclient.tests.unit.v1.test_receiver.TestReceiverShow.test_receiver_show_not_found [0.002868s] ... ok {15} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort [0.003131s] ... ok {6} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_webhook_failed [0.003397s] ... ok {29} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show_not_found [0.003032s] ... ok {31} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyList.test_cluster_policy_list [0.004252s] ... ok {27} senlinclient.tests.unit.v1.test_client.ClientTest.test_nodes [0.001574s] ... ok {13} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_receiver [0.001208s] ... ok {27} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete [0.014256s] ... ok {31} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_full_id [0.002976s] ... ok {27} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_adjustment [0.002975s] ... ok {31} senlinclient.tests.unit.v1.test_policy.TestPolicyShow.test_policy_show [0.002555s] ... ok {27} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_prompt_no [0.028055s] ... ok {19} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_prompt_no [0.023931s] ... ok {27} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_filter [0.038568s] ... ok {13} senlinclient.tests.unit.v1.test_client.ClientTest.test_policies [0.001213s] ... ok {27} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort_invalid_key [0.004845s] ... ok {27} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeList.test_profile_type_list [0.002587s] ... ok {31} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_force [0.003939s] ... ok {13} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort [0.044130s] ... ok {13} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_marker [0.005437s] ... ok {19} senlinclient.tests.unit.v1.test_node.TestNodeOp.test_node_op [0.032193s] ... ok {13} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_one_found_one_not_found [0.002704s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {31} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_filter [0.002369s] ... ok {19} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_prompt_yes [0.005129s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {19} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeOperations.test_profile_type_operations [0.003822s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {13} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_prompt_no [0.026051s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Policy deleted: ['policy1', 'policy2', 'policy3'] Error {19} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_force [0.001775s] ... ok Profile deleted: ['profile1', 'profile2', 'profile3'] {19} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_one_found_one_not_found [0.002203s] ... ok Are you sure you want to delete this cluster(s) [y/N]? my_node: failed due to 'Error' node1: failed due to ''NoneType' object is not subscriptable' node2: failed due to 'Error' Policy deleted: ['policy1', 'policy2', 'policy3'] Are you sure you want to delete this policy(s) [y/N]?Policy deleted: ['my_policy'] Error Are you sure you want to delete this profile(s) [y/N]?Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Error Are you sure you want to delete this receiver(s) [y/N]? cluster1: failed due to ''NoneType' object is not subscriptable' cluster2: failed due to 'Error' Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Cluster check request on cluster cluster1 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Cluster check request on cluster cluster2 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Cluster check request on cluster cluster3 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. my_cluster: failed due to 'Error' node: NODE_ID1 status: None node: NODE_ID2 status: None Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Profile deleted: ['profile1', 'profile2', 'profile3'] Receiver deleted: ['receiver1', 'receiver2', 'receiver3'] Are you sure you want to delete this receiver(s) [y/N]?Receiver deleted: ['my_receiver'] cluster1: failed due to ''Mock' object is not subscriptable' cluster2: failed due to ''Mock' object is not subscriptable' cluster3: failed due to ''Mock' object is not subscriptable' Error Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Are you sure you want to delete this cluster(s) [y/N]? my_cluster: failed due to ''Mock' object is not subscriptable' Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de node1: failed due to ''Mock' object is not subscriptable' node2: failed due to ''Mock' object is not subscriptable' node3: failed due to ''Mock' object is not subscriptable' Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Are you sure you want to delete this node(s) [y/N]? my_node: failed due to ''Mock' object is not subscriptable' Node recover request on node node1 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Node recover request on node node2 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Node recover request on node node3 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Request accepted by action: a3c6d04c-3fca-4e4a-b0b3-c0522ef711f1 Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de cluster1: failed due to ''Mock' object is not subscriptable' cluster2: failed due to ''Mock' object is not subscriptable' cluster3: failed due to ''Mock' object is not subscriptable' Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de Are you sure you want to delete this policy(s) [y/N]?Node check request on node node1 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Node check request on node node2 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Node check request on node node3 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Error cluster1: failed due to ''Mock' object is not subscriptable' cluster2: failed due to ''Mock' object is not subscriptable' cluster3: failed due to ''Mock' object is not subscriptable' node1: failed due to ''Mock' object is not subscriptable' node2: failed due to ''Mock' object is not subscriptable' node3: failed due to ''Mock' object is not subscriptable' Cluster recover request on cluster cluster1 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Cluster recover request on cluster cluster2 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. Cluster recover request on cluster cluster3 is accepted by action 8bb476c3-0f4c-44ee-9f64-c7b0260814de. node1: failed due to ''Mock' object is not subscriptable' node2: failed due to ''Mock' object is not subscriptable' node3: failed due to ''Mock' object is not subscriptable' Are you sure you want to delete this node(s) [y/N]?Request accepted by action: 1db0f5c5-9183-4c47-9ef1-a5a97402a2c1 Are you sure you want to delete this profile(s) [y/N]?Profile deleted: ['my_profile'] Receiver deleted: ['receiver1', 'receiver2', 'receiver3'] Error ====== Totals ====== Ran: 263 tests in 0.3566 sec. - Passed: 263 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 2.4271 sec. ============== Worker Balance ============== - Worker 0 (9 tests) => 0:00:00.071664 - Worker 1 (9 tests) => 0:00:00.079780 - Worker 2 (9 tests) => 0:00:00.105672 - Worker 3 (9 tests) => 0:00:00.080321 - Worker 4 (9 tests) => 0:00:00.073441 - Worker 5 (9 tests) => 0:00:00.077828 - Worker 6 (9 tests) => 0:00:00.079374 - Worker 7 (8 tests) => 0:00:00.075415 - Worker 8 (8 tests) => 0:00:00.072648 - Worker 9 (8 tests) => 0:00:00.078224 - Worker 10 (8 tests) => 0:00:00.070819 - Worker 11 (8 tests) => 0:00:00.070324 - Worker 12 (8 tests) => 0:00:00.066604 - Worker 13 (8 tests) => 0:00:00.089377 - Worker 14 (8 tests) => 0:00:00.073766 - Worker 15 (8 tests) => 0:00:00.074341 - Worker 16 (8 tests) => 0:00:00.097566 - Worker 17 (8 tests) => 0:00:00.075555 - Worker 18 (8 tests) => 0:00:00.103347 - Worker 19 (8 tests) => 0:00:00.090103 - Worker 20 (8 tests) => 0:00:00.075950 - Worker 21 (8 tests) => 0:00:00.110101 - Worker 22 (8 tests) => 0:00:00.072308 - Worker 23 (8 tests) => 0:00:00.075186 - Worker 24 (8 tests) => 0:00:00.094635 - Worker 25 (8 tests) => 0:00:00.078396 - Worker 26 (8 tests) => 0:00:00.063487 - Worker 27 (8 tests) => 0:00:00.101514 - Worker 28 (8 tests) => 0:00:00.113315 - Worker 29 (8 tests) => 0:00:00.071535 - Worker 30 (8 tests) => 0:00:00.099298 - Worker 31 (8 tests) => 0:00:00.072088 Slowest Tests: Test id Runtime (s) ------------------------------------------------------------------------------------------ ----------- senlinclient.tests.unit.test_format_utils.TestFormats.test_yaml_format 0.053 senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_defaults 0.051 senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_marker 0.050 senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort_invalid_direction 0.049 senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_limit 0.049 senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_full_id 0.048 senlinclient.tests.unit.v1.test_cluster.TestClusterUpdate.test_cluster_update_not_found 0.048 senlinclient.tests.unit.test_format_utils.TestFormats.test_value_format 0.047 senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_sort 0.047 senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect 0.047 /usr/lib/python3.6/site-packages/os_testr/ostestr.py:241: UserWarning: Deprecate: ostestr command is deprecated now. Use stestr command instead. For more information: https://docs.openstack.org/os-testr/latest/user/ostestr.html warnings.warn(msg) + exit 0 Processing files: python3-senlinclient-1.11.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ec8Asg + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + DOCDIR=/builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python3-senlinclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python3-senlinclient + cp -pr README.rst /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python3-senlinclient + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XpUzM4 + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python3-senlinclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python3-senlinclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python3-senlinclient + exit 0 Provides: python3-senlinclient = 1.11.0-1.el8 python3.6dist(python-senlinclient) = 1.11.0 python3dist(python-senlinclient) = 1.11.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: python3-senlinclient-tests-unit-1.11.0-1.el8.noarch Provides: python3-senlinclient-tests-unit = 1.11.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: /bin/bash python(abi) = 3.6 Processing files: python-senlinclient-doc-1.11.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.y0ANgk + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + DOCDIR=/builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python-senlinclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python-senlinclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/doc/python-senlinclient-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Jpy2Mz + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python-senlinclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python-senlinclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch/usr/share/licenses/python-senlinclient-doc + exit 0 Provides: python-senlinclient-doc = 1.11.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-senlinclient-1.11.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-senlinclient-1.11.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-senlinclient-tests-unit-1.11.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-senlinclient-doc-1.11.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CQTJZQ + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.11.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-senlinclient-1.11.0-1.el8.noarch + exit 0 Child return code was: 0