Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-senlinclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-49642-154494/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-senlinclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-senlinclient-1.8.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-senlinclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-49642-154494/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-senlinclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vOM4o3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-senlinclient-1.8.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-senlinclient-1.8.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-senlinclient-1.8.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 -a --author 'rpm-build ' -m 'python-senlinclient-1.8.0 base' + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.C4M8T4 + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/senlinclient creating build/lib/senlinclient/tests 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 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/unit 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/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/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 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 running egg_info deleting python_senlinclient.egg-info/requires.txt writing python_senlinclient.egg-info/PKG-INFO writing top-level names to python_senlinclient.egg-info/top_level.txt writing dependency_links to python_senlinclient.egg-info/dependency_links.txt writing entry points to python_senlinclient.egg-info/entry_points.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/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/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/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 + sleep 1 + sphinx-build -b html doc/source doc/build/html Running Sphinx v1.6.5 making output directory... connecting events for openstackdocstheme loading pickled environment... not yet created Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme 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: 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 writing output... [ 50%] contributor/index writing output... [ 75%] index writing output... [100%] install/index generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tclhud + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch + cd python-senlinclient-1.8.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/test_specs copying build/lib/senlinclient/tests/test_specs/deletion_policy.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/test_specs copying build/lib/senlinclient/tests/test_specs/nova_server.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/test_specs creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/profiles copying build/lib/senlinclient/tests/functional/profiles/cirros_basic.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/profiles copying build/lib/senlinclient/tests/functional/test_help.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_actions.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_nodes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_version.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_events.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_profile_types.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/hooks/pre_test_hook.sh -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/hooks copying build/lib/senlinclient/tests/functional/test_policies.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_readonly_senlin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/policies copying build/lib/senlinclient/tests/functional/policies/deletion_policy.yaml -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/policies copying build/lib/senlinclient/tests/functional/test_policy_types.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_profiles.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_clusters.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/functional/test_receivers.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional copying build/lib/senlinclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_policy_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_profile_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_service.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/fakes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_build_info.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_node.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_profile.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_receiver.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_cluster.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_event.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/v1/test_action.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1 copying build/lib/senlinclient/tests/unit/test_format_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/test_plugin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit copying build/lib/senlinclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/action.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/service.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/build_info.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/profile.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/event.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/cluster_policy.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/policy_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/receiver.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/node.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/profile_type.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 copying build/lib/senlinclient/v1/cluster.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1 creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/common/utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/common/i18n.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/common/exc.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/common/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/common/format_utils.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common copying build/lib/senlinclient/client.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient copying build/lib/senlinclient/__init__.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/locale creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/locale/zh_CN creating /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/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.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/locale/zh_CN/LC_MESSAGES copying build/lib/senlinclient/plugin.py -> /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_help.py to test_help.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_actions.py to test_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_nodes.py to test_nodes.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_cluster_policy.py to test_cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_events.py to test_events.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_profile_types.py to test_profile_types.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_policies.py to test_policies.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_readonly_senlin.py to test_readonly_senlin.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_policy_types.py to test_policy_types.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_profiles.py to test_profiles.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_clusters.py to test_clusters.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/functional/test_receivers.py to test_receivers.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_policy_type.py to test_policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_profile_type.py to test_profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_build_info.py to test_build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_cluster_policy.py to test_cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_profile.py to test_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_receiver.py to test_receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_event.py to test_event.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/v1/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/test_format_utils.py to test_format_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/test_plugin.py to test_plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/cluster_policy.py to cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/policy_type.py to policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/receiver.py to receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/profile_type.py to profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/v1/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/common/format_utils.py to format_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/senlinclient/plugin.py to plugin.pyc writing byte-compilation script '/tmp/tmpVK1eoS.py' /usr/bin/python2 -O /tmp/tmpVK1eoS.py removing /tmp/tmpVK1eoS.py running install_egg_info running egg_info writing python_senlinclient.egg-info/PKG-INFO writing top-level names to python_senlinclient.egg-info/top_level.txt writing dependency_links to python_senlinclient.egg-info/dependency_links.txt writing entry points to python_senlinclient.egg-info/entry_points.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.8.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_senlinclient-1.8.0-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/python-senlinclient-1.8.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.evltNq + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + ostestr -p --black-regex test_do_add_profiler_args {5} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_update_policy [0.001545s] ... ok {5} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_receiver [0.001163s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {5} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete_without_destroy [0.013336s] ... ok {4} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_add_nodes [0.001600s] ... ok {4} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_policy_type [0.001174s] ... ok {10} senlinclient.tests.unit.test_plugin.TestPlugin.test_create_connection_with_profile [0.001404s] ... ok {10} senlinclient.tests.unit.test_utils.UtilTest.test_json_formatter_with_empty_json [0.000266s] ... ok {2} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_none_dict [0.000272s] ... ok {5} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_full_id [0.046839s] ... ok {0} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_split [0.000306s] ... ok {0} senlinclient.tests.unit.v1.test_client.ClientTest.test_check_cluster [0.001435s] ... ok {0} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_policy [0.001187s] ... ok Are you sure you want to delete this cluster(s) [y/N]? my_cluster: accepted by action fake_action_id {0} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_prompt_yes [0.017373s] ... ok node1: failed due to ''NoneType' object has no attribute 'location'' node2: failed due to 'Error' {0} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_one_found_one_not_found [0.001907s] ... ok {2} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_filter [0.057403s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect_with_full_id [0.058267s] ... ok {1} senlinclient.tests.unit.test_format_utils.TestFormats.test_yaml_format [0.056500s] ... ok {1} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_del_nodes [0.001718s] ... ok {3} senlinclient.tests.unit.v1.test_build_info.TestBuildInfo.test_build_info [0.056967s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_policy_ignore_missing [0.001611s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_events [0.001312s] ... ok {12} senlinclient.tests.unit.test_utils.UtilTest.test_list_formatter_with_list [0.001298s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_actions [0.001415s] ... ok {12} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_profile [0.001173s] ... ok my_cluster: failed due to 'Error' {12} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_not_found [0.013542s] ... ok {9} senlinclient.tests.unit.test_format_utils.TestFormats.test_json_format [0.052480s] ... ok {9} senlinclient.tests.unit.v1.test_client.ClientTest.test_check_node [0.001606s] ... ok {9} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_node [0.001214s] ... ok {9} senlinclient.tests.unit.v1.test_client.ClientTest.test_profile_types [0.001236s] ... ok {1} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_detach_policy [0.001637s] ... ok {1} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_receiver [0.001371s] ... ok {1} senlinclient.tests.unit.v1.test_client.ClientTest.test_policies [0.001439s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {9} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_capacity [0.002835s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_more_than_one_address [0.000487s] ... ok Are you sure you want to delete this node(s) [y/N]? my_node: accepted by action fake_action_id {0} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_prompt_yes [0.004040s] ... ok {8} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_full_id [0.058491s] ... ok {9} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_no_network [0.000433s] ... ok {10} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_defaults [0.053300s] ... ok {10} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_cluster [0.001260s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_attach_policy [0.001220s] ... ok Profile deleted: ['profile1', 'profile2', 'profile3'] Error {10} senlinclient.tests.unit.v1.test_client.ClientTest.test_init_default [0.000887s] ... ok {0} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete [0.009851s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_cluster [0.001211s] ... ok {2} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort [0.003324s] ... ok {5} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_defaults [0.003812s] ... ok {12} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_marker [0.053425s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_node [0.001103s] ... ok {9} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_one_found_one_not_found [0.002357s] ... ok {10} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_no_params [0.002362s] ... ok cluster2: accepted by action fake_action_id cluster3: accepted by action fake_action_id cluster1: accepted by action fake_action_id Error {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_node_with_details [0.001433s] ... ok {2} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_policies [0.001480s] ... ok {5} senlinclient.tests.unit.v1.test_node.TestNodeRecover.test_node_recover_not_found [0.001914s] ... ok {12} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_min_size_larger_than_capacity [0.003153s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_force [0.002570s] ... ok {0} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_one_found_one_not_found [0.001782s] ... ok {8} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_action [0.001111s] ... ok {10} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_filter [0.003134s] ... ok {3} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_cluster [0.001236s] ... ok {11} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_resize [0.001931s] ... ok {2} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_full_id [0.003645s] ... ok {5} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeShow.test_policy_type_show_not_found [0.002267s] ... ok {12} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyList.test_cluster_policy_list [0.003894s] ... ok cluster2: failed due to 'Error' cluster1: failed due to ''NoneType' object has no attribute 'location'' {8} senlinclient.tests.unit.v1.test_cluster.TestClusterCheck.test_cluster_check_not_found [0.002004s] ... ok {0} senlinclient.tests.unit.v1.test_receiver.TestReceiverShow.test_receiver_show_not_found [0.047540s] ... ok {10} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort_invalid_key [0.003804s] ... ok {3} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort_invalid_direction [0.005709s] ... ok {11} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_scale_in [0.001331s] ... ok {1} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_one_found_one_not_found [0.003175s] ... ok {13} senlinclient.tests.unit.v1.test_action.TestActionShow.test_action_show [0.052817s] ... ok {18} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort_invalid_direction [0.057326s] ... ok {3} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeShow.test_policy_type_show [0.003432s] ... ok {7} senlinclient.tests.unit.test_format_utils.TestFormats.test_shell_format [0.052172s] ... ok {20} senlinclient.tests.unit.test_plugin.TestPlugin.test_create_connection_without_profile [0.002830s] ... ok {1} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_marker [0.006442s] ... ok {13} senlinclient.tests.unit.v1.test_client.ClientTest.test_nodes [0.001694s] ... ok {18} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_receiver [0.001808s] ... ok {3} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_full_id [0.003272s] ... ok {19} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort_invalid_key [0.057579s] ... ok {7} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_bad_format [0.000475s] ... ok {1} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort_invalid_direction [0.004159s] ... ok {21} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_profile_type [0.001581s] ... ok {20} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_profile [0.001308s] ... ok {6} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_sort [0.058118s] ... ok {22} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter_none [0.000278s] ... ok {16} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_profile_ignore_missing [0.001633s] ... ok {15} senlinclient.tests.unit.test_utils.UtilTest.test_list_formatter_with_empty_list [0.000222s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {18} senlinclient.tests.unit.v1.test_client.ClientTest.test_policy_types [0.001705s] ... ok {7} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_profile [0.001400s] ... ok {19} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_receiver_ignore_missing [0.001500s] ... ok {1} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_limit [0.003856s] ... ok {2} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeAdd.test_cluster_node_add_multi [0.001982s] ... ok {21} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_policy [0.001283s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {17} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_event [0.001635s] ... ok {20} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_defaults [0.058466s] ... ok {6} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_min_step_capacity [0.002764s] ... ok {16} senlinclient.tests.unit.v1.test_client.ClientTest.test_recover_cluster [0.001373s] ... ok {22} senlinclient.tests.unit.v1.test_client.ClientTest.test_init_with_params [0.001179s] ... ok {11} senlinclient.tests.unit.v1.test_cluster.TestClusterPolicyAttach.test_cluster_policy_attach [0.013232s] ... ok {18} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_filter [0.003778s] ... ok {15} senlinclient.tests.unit.v1.test_client.ClientTest.test_cluster_scale_out [0.001035s] ... ok cluster2: accepted by action fake_action_id cluster3: accepted by action fake_action_id cluster1: accepted by action fake_action_id {26} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_filter [0.036153s] ... ok node1: accepted by action fake_action_id node3: accepted by action fake_action_id node2: accepted by action fake_action_id {20} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort_invalid_key [0.005613s] ... ok {7} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_multi_params [0.003621s] ... ok {19} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_node [0.001235s] ... ok {21} senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect [0.054461s] ... ok {2} senlinclient.tests.unit.v1.test_cluster.TestClusterRecover.test_cluster_recover_not_found [0.002293s] ... ok {17} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort_invalid_direction [0.057520s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_force_delete [0.002065s] ... ok {16} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_limit [0.057974s] ... ok {6} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_no_matching_address [0.000536s] ... ok {12} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_force [0.002002s] ... ok {11} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_marker [0.043478s] ... ok {19} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_min_size_capacity [0.002854s] ... ok {18} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_cluster [0.004465s] ... ok {15} senlinclient.tests.unit.v1.test_node.TestNodeOp.test_node_op_not_found [0.036272s] ... ok Are you sure you want to delete this receiver(s) [y/N]?Receiver deleted: ['my_receiver'] cluster2: accepted by action fake_action_id cluster3: accepted by action fake_action_id cluster1: accepted by action fake_action_id {14} senlinclient.tests.unit.v1.test_action.TestActionShow.test_action_show_not_found [0.052742s] ... ok {7} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_default [0.006041s] ... ok {27} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_marker [0.036703s] ... ok {2} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_limit [0.003405s] ... ok {20} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_defaults [0.002139s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_max_size_less_capacity [0.002557s] ... ok {16} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_metadata [0.004359s] ... ok {5} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_prompt_yes [0.006033s] ... ok {6} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_defaults [0.003380s] ... ok {8} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete [0.002056s] ... ok {23} senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_limit [0.059655s] ... ok {11} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_defaults [0.003968s] ... ok {19} senlinclient.tests.unit.v1.test_cluster.TestClusterShow.test_cluster_show [0.003657s] ... ok Request accepted by action: a3c6d04c-3fca-4e4a-b0b3-c0522ef711f1 {18} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_role [0.002282s] ... ok {15} senlinclient.tests.unit.v1.test_node.TestNodeUpdate.test_node_update_not_found [0.002829s] ... ok {14} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_defaults [0.006033s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {27} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_adjustment [0.001885s] ... ok {20} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_filter [0.002392s] ... ok {16} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_with_overrides [0.004813s] ... ok {22} senlinclient.tests.unit.v1.test_cluster.TestClusterOp.test_cluster_op [0.057664s] ... ok {5} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort_invalid_key [0.003081s] ... ok {6} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_sort [0.004102s] ... ok {8} senlinclient.tests.unit.v1.test_cluster.TestClusterShow.test_cluster_show_not_found [0.003939s] ... ok {23} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_policy [0.001341s] ... ok {26} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete [0.001424s] ... ok {24} senlinclient.tests.unit.test_format_utils.TestFormats.test_value_format [0.049256s] ... ok {19} senlinclient.tests.unit.v1.test_node.TestNodeCheck.test_node_check_not_found [0.001718s] ... ok {18} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show [0.002391s] ... ok {15} senlinclient.tests.unit.v1.test_policy.TestPolicyValidate.test_policy_validate [0.004554s] ... ok {29} senlinclient.tests.unit.v1.test_client.ClientTest.test_clusters [0.001261s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {27} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script [0.001153s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {16} senlinclient.tests.unit.v1.test_policy.TestPolicyShow.test_policy_show [0.003127s] ... ok {20} senlinclient.tests.unit.v1.test_profile.TestProfileUpdate.test_profile_update_defaults [0.002697s] ... ok {21} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeDel.test_cluster_node_delete_multi [0.001563s] ... ok Error Error {24} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_node_ignore_missing [0.001773s] ... ok {31} senlinclient.tests.unit.v1.test_client.ClientTest.test_delete_cluster_ignore_missing [0.001376s] ... ok {17} senlinclient.tests.unit.v1.test_cluster.TestClusterScaleIn.test_cluster_scale_in [0.002178s] ... ok {25} senlinclient.tests.unit.test_utils.UtilTest.test_format_parameter [0.000304s] ... ok {19} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_full_id [0.002870s] ... ok {15} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeOperations.test_profile_type_operations_not_found [0.001414s] ... ok {18} senlinclient.tests.unit.v1.test_node.TestNodeUpdate.test_node_update_defaults [0.002725s] ... ok Are you sure you want to delete this node(s) [y/N]?{29} senlinclient.tests.unit.v1.test_client.ClientTest.test_create_cluster [0.000824s] ... ok {8} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_not_found [0.001872s] ... ok {6} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_one_found_one_not_found [0.002513s] ... ok {16} senlinclient.tests.unit.v1.test_policy.TestPolicyUpdate.test_policy_update_defaults [0.003231s] ... ok {27} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_network_not_found [0.000310s] ... ok Are you sure you want to delete this cluster(s) [y/N]?Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {7} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_prompt_no [0.007913s] ... ok Policy deleted: ['policy1', 'policy2', 'policy3'] Request accepted by action: 1db0f5c5-9183-4c47-9ef1-a5a97402a2c1 {21} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list [0.003234s] ... ok {24} senlinclient.tests.unit.v1.test_client.ClientTest.test_update_node [0.001353s] ... ok {31} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_config [0.035946s] ... ok {17} senlinclient.tests.unit.v1.test_event.TestEventShow.test_event_show_not_found [0.004683s] ... ok {25} senlinclient.tests.unit.v1.test_client.ClientTest.test_receivers [0.001858s] ... ok {20} senlinclient.tests.unit.v1.test_service.TestServiceList.test_service [0.001359s] ... ok {19} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_webhook [0.002983s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterDelete.test_cluster_delete_prompt_no [0.010797s] ... ok {15} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeShow.test_profile_type_show [0.001449s] ... ok {4} senlinclient.tests.unit.v1.test_cluster.TestClusterScaleOut.test_cluster_scale_in [0.001597s] ... ok {11} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete [0.001895s] ... ok {2} senlinclient.tests.unit.v1.test_node.TestNodeOp.test_node_op [0.002635s] ... ok {29} senlinclient.tests.unit.v1.test_client.ClientTest.test_get_cluster_policy [0.000751s] ... ok {6} senlinclient.tests.unit.v1.test_profile.TestProfileCreate.test_profile_create_defaults [0.008116s] ... ok node: NODE_ID2 status: None node: NODE_ID1 status: None {16} senlinclient.tests.unit.v1.test_profile.TestProfileCreate.test_profile_create_metadata [0.004048s] ... ok {7} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_limit [0.006982s] ... ok {30} senlinclient.tests.unit.test_utils.UtilTest.test_process_stack_spec [0.001122s] ... ok {27} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_sort [0.002057s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {24} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_metadata [0.004338s] ... ok Error {31} senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_with_size [0.002451s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {17} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_full_id [0.004852s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterOp.test_cluster_op_not_found [0.039303s] ... ok {14} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test_cluster_run [0.011057s] ... ok {4} senlinclient.tests.unit.v1.test_event.TestEventList.test_event_list_full_id [0.003882s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {15} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_full_id [0.002332s] ... ok {22} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_percentage [0.002501s] ... ok {21} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_not_found [0.002308s] ... ok {26} senlinclient.tests.unit.v1.test_cluster.TestClusterPolicyDetach.test_cluster_policy_detach [0.001016s] ... ok {29} senlinclient.tests.unit.v1.test_client.ClientTest.test_recover_node [0.000874s] ... ok {6} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort [0.003530s] ... ok {23} senlinclient.tests.unit.v1.test_cluster.TestClusterNodeAdd.test_cluster_node_add [0.001927s] ... ok {7} senlinclient.tests.unit.v1.test_profile.TestProfileValidate.test_profile_validate [0.007481s] ... ok {27} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_snapshot [0.003517s] ... ok {30} senlinclient.tests.unit.v1.test_client.ClientTest.test_profiles [0.000746s] ... ok 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. {24} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show_not_found [0.003476s] ... ok {17} senlinclient.tests.unit.v1.test_policy.TestPolicyShow.test_policy_show_not_found [0.003453s] ... ok {4} senlinclient.tests.unit.v1.test_receiver.TestReceiverUpdate.test_receiver_update_not_found [0.004195s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterUpdate.test_cluster_update_defaults [0.003180s] ... ok {22} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_role [0.004038s] ... ok {21} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_defaults [0.003457s] ... ok {13} senlinclient.tests.unit.v1.test_cluster.TestClusterCheck.test_cluster_check [0.002029s] ... ok {29} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort [0.050705s] ... ok {6} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort_invalid_direction [0.004084s] ... ok {23} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_max_size_capacity [0.002566s] ... ok {27} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_filter [0.002099s] ... ok {24} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeShow.test_profile_type_show_not_found [0.002976s] ... ok {25} senlinclient.tests.unit.v1.test_cluster.TestClusterUpdate.test_cluster_update_not_found [0.002365s] ... ok {23} senlinclient.tests.unit.v1.test_node.TestNodeList.test_node_list_defaults [0.002006s] ... ok {13} senlinclient.tests.unit.v1.test_node.TestNodeAdoptPreview.test_node_adopt_preview_with_snapshot [0.005074s] ... ok {27} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_marker [0.002131s] ... ok {29} senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort_invalid_key [0.003797s] ... ok Error {21} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_not_found [0.001865s] ... ok {25} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort_invalid_key [0.002208s] ... ok {29} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_capacity [0.003135s] ... ok {25} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeList.test_profile_type_list [0.001435s] ... ok {25} senlinclient.tests.unit.v1.test_profile_type.TestProfileTypeOperations.test_profile_type_operations [0.001728s] ... ok {29} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_filter [0.002249s] ... ok Are you sure you want to delete this profile(s) [y/N]?Profile deleted: ['my_profile'] {11} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_prompt_yes [0.005581s] ... ok Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {31} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyUpdate.test_cluster_policy_update [0.001250s] ... ok Are you sure you want to delete this profile(s) [y/N]?Request accepted by action: 8bb476c3-0f4c-44ee-9f64-c7b0260814de {17} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_prompt_no [0.007302s] ... ok {26} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_adjustment [0.002029s] ... ok Policy deleted: ['policy1', 'policy2', 'policy3'] {22} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_force [0.001386s] ... ok Receiver deleted: ['receiver1', 'receiver2', 'receiver3'] {17} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_webhook_failed [0.003519s] ... ok {26} senlinclient.tests.unit.v1.test_cluster_policy.TestClusterPolicyShow.test_cluster_policy_show [0.003542s] ... ok {22} senlinclient.tests.unit.v1.test_profile.TestProfileUpdate.test_profile_update_not_found [0.002213s] ... ok {24} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete [0.002588s] ... ok {26} senlinclient.tests.unit.v1.test_event.TestEventShow.test_event_show [0.002588s] ... ok {22} senlinclient.tests.unit.v1.test_receiver.TestReceiverCreate.test_receiver_create_non_webhook [0.002230s] ... ok {24} senlinclient.tests.unit.v1.test_receiver.TestReceiverUpdate.test_receiver_update_defaults [0.003789s] ... ok {26} senlinclient.tests.unit.v1.test_policy_type.TestPolicyTypeList.test_policy_type_list [0.002073s] ... ok my_node: failed due to 'Error' {26} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_sort_invalid_key [0.003862s] ... ok {31} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_not_found [0.001573s] ... ok {31} senlinclient.tests.unit.v1.test_policy.TestPolicyCreate.test_policy_create_defaults [0.004776s] ... ok {31} senlinclient.tests.unit.v1.test_profile.TestProfileList.test_profile_list_filter [0.003885s] ... ok {31} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_limit [0.001933s] ... ok Are you sure you want to delete this policy(s) [y/N]?Policy deleted: ['my_policy'] {13} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_prompt_yes [0.006772s] ... ok {13} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort [0.006784s] ... ok Receiver deleted: ['receiver1', 'receiver2', 'receiver3'] {11} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_force [0.001681s] ... ok node1: accepted by action fake_action_id node3: accepted by action fake_action_id node2: accepted by action fake_action_id {14} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete [0.001998s] ... ok Profile deleted: ['profile1', 'profile2', 'profile3'] {13} senlinclient.tests.unit.v1.test_profile.TestProfileDelete.test_profile_delete_force [0.002263s] ... ok {13} senlinclient.tests.unit.v1.test_profile.TestProfileShow.test_profile_show [0.002798s] ... ok node1: accepted by action fake_action_id node3: accepted by action fake_action_id node2: accepted by action fake_action_id {14} senlinclient.tests.unit.v1.test_node.TestNodeDelete.test_node_delete_force_delete [0.001478s] ... ok {14} senlinclient.tests.unit.v1.test_node.TestNodeShow.test_node_show_with_details [0.002732s] ... ok {14} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_defaults [0.002245s] ... ok {14} senlinclient.tests.unit.v1.test_receiver.TestReceiverShow.test_receiver_show [0.001864s] ... ok 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. {28} senlinclient.tests.unit.v1.test_cluster.TestClusterRecover.test_cluster_recover [0.001137s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterResize.test_cluster_resize_invalid_percentage [0.001650s] ... ok {28} senlinclient.tests.unit.v1.test_cluster.TestClusterRun.test__run_script_more_than_one_network [0.000293s] ... ok {28} senlinclient.tests.unit.v1.test_node.TestNodeAdopt.test_node_adopt_with_override [0.025791s] ... ok {28} senlinclient.tests.unit.v1.test_node.TestNodeCreate.test_node_create_with_metadata [0.002147s] ... ok {28} senlinclient.tests.unit.v1.test_profile.TestProfileShow.test_profile_show_not_found [0.001835s] ... ok {28} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort [0.003296s] ... ok 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. {30} senlinclient.tests.unit.v1.test_node.TestNodeCheck.test_node_check [0.008597s] ... ok 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. {23} senlinclient.tests.unit.v1.test_node.TestNodeRecover.test_node_recover [0.001302s] ... ok {23} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_sort_invalid_direction [0.002122s] ... ok {23} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_sort_invalid_direction [0.001980s] ... ok Are you sure you want to delete this policy(s) [y/N]?{30} senlinclient.tests.unit.v1.test_policy.TestPolicyDelete.test_policy_delete_prompt_no [0.003787s] ... ok {30} senlinclient.tests.unit.v1.test_policy.TestPolicyList.test_policy_list_limit [0.027063s] ... ok {30} senlinclient.tests.unit.v1.test_policy.TestPolicyUpdate.test_policy_update_not_found [0.002988s] ... ok Are you sure you want to delete this receiver(s) [y/N]?{30} senlinclient.tests.unit.v1.test_receiver.TestReceiverDelete.test_receiver_delete_prompt_no [0.002894s] ... ok {30} senlinclient.tests.unit.v1.test_receiver.TestReceiverList.test_receiver_list_marker [0.002064s] ... ok ====== Totals ====== Ran: 263 tests in 2.0000 sec. - Passed: 263 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 2.2588 sec. ============== Worker Balance ============== - Worker 0 (9 tests) => 0:00:00.091492 - Worker 1 (9 tests) => 0:00:00.087299 - Worker 2 (9 tests) => 0:00:00.081853 - Worker 3 (9 tests) => 0:00:00.081855 - Worker 4 (9 tests) => 0:00:00.084839 - Worker 5 (9 tests) => 0:00:00.086009 - Worker 6 (9 tests) => 0:00:00.092229 - Worker 7 (8 tests) => 0:00:00.093089 - Worker 8 (8 tests) => 0:00:00.076972 - Worker 9 (8 tests) => 0:00:00.068045 - Worker 10 (8 tests) => 0:00:00.070510 - Worker 11 (8 tests) => 0:00:00.078800 - Worker 12 (8 tests) => 0:00:00.084773 - Worker 13 (8 tests) => 0:00:00.086326 - Worker 14 (8 tests) => 0:00:00.085493 - Worker 15 (8 tests) => 0:00:00.054342 - Worker 16 (8 tests) => 0:00:00.085473 - Worker 17 (8 tests) => 0:00:00.092221 - Worker 18 (8 tests) => 0:00:00.081641 - Worker 19 (8 tests) => 0:00:00.080034 - Worker 20 (8 tests) => 0:00:00.082784 - Worker 21 (8 tests) => 0:00:00.075231 - Worker 22 (8 tests) => 0:00:00.076732 - Worker 23 (8 tests) => 0:00:00.077988 - Worker 24 (8 tests) => 0:00:00.076383 - Worker 25 (8 tests) => 0:00:00.056797 - Worker 26 (8 tests) => 0:00:00.056751 - Worker 27 (8 tests) => 0:00:00.052964 - Worker 28 (8 tests) => 0:00:00.049971 - Worker 29 (8 tests) => 0:00:00.068479 - Worker 30 (8 tests) => 0:00:00.053239 - Worker 31 (8 tests) => 0:00:00.057066 Slowest Tests: Test id Runtime (s) ------------------------------------------------------------------------------------------------ ----------- senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_limit 0.060 senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_full_id 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterCreate.test_cluster_create_defaults 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterCollect.test_cluster_collect_with_full_id 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterNodeList.test_cluster_node_list_sort 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_limit 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterOp.test_cluster_op 0.058 senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_sort_invalid_key 0.058 senlinclient.tests.unit.v1.test_cluster.TestClusterList.test_cluster_list_sort_invalid_direction 0.058 senlinclient.tests.unit.v1.test_action.TestActionList.test_action_list_filter 0.057 + exit 0 Processing files: python2-senlinclient-1.8.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jIeNwN + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python2-senlinclient-1.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python2-senlinclient-1.8.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python2-senlinclient-1.8.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GgAiha + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python2-senlinclient-1.8.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python2-senlinclient-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python2-senlinclient-1.8.0 + exit 0 Provides: python-senlinclient = 1.8.0-1.el7 python2-senlinclient = 1.8.0-1.el7 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) = 2.7 Obsoletes: python-senlinclient < 1.8.0-1.el7 Processing files: python2-senlinclient-tests-unit-1.8.0-1.el7.noarch Provides: python2-senlinclient-tests-unit = 1.8.0-1.el7 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) = 2.7 Processing files: python-senlinclient-doc-1.8.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OllxPB + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + DOCDIR=/builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python-senlinclient-doc-1.8.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python-senlinclient-doc-1.8.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/doc/python-senlinclient-doc-1.8.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lDfBs3 + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python-senlinclient-doc-1.8.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python-senlinclient-doc-1.8.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch/usr/share/licenses/python-senlinclient-doc-1.8.0 + exit 0 Provides: python-senlinclient-doc = 1.8.0-1.el7 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.8.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-senlinclient-1.8.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-senlinclient-tests-unit-1.8.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-senlinclient-doc-1.8.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f5G0eX + umask 022 + cd /builddir/build/BUILD + cd python-senlinclient-1.8.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-senlinclient-1.8.0-1.el7.noarch + exit 0 Child return code was: 0