Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-magnumclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-127778-896103/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-magnumclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1647388800 Wrote: /builddir/build/SRPMS/python-magnumclient-3.6.0-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-magnumclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-127778-896103/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-magnumclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1647388800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Sxvf4c + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x01527a34f0d0080f8a5db8d6eb6c5df21b4b6363.txt --signature=/builddir/build/SOURCES/python-magnumclient-3.6.0.tar.gz.asc --data=/builddir/build/SOURCES/python-magnumclient-3.6.0.tar.gz gpgv: Signature made Fri Feb 25 16:03:25 2022 UTC gpgv: using EDDSA key 1974E534480C12124CDC2BB363643A8728715809 gpgv: Good signature from "OpenStack Infra (Yoga Cycle) " + cd /builddir/build/BUILD + rm -rf python-magnumclient-3.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-magnumclient-3.6.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-magnumclient-3.6.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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-magnumclient-3.6.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.f7cRfu + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.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' /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/magnumclient creating build/lib/magnumclient/osc creating build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/clusters.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/certificates.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/nodegroups.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/quotas.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/stats.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/mservices.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/__init__.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/v1/cluster_templates.py -> build/lib/magnumclient/osc/v1 copying magnumclient/osc/plugin.py -> build/lib/magnumclient/osc copying magnumclient/osc/__init__.py -> build/lib/magnumclient/osc creating build/lib/magnumclient/common creating build/lib/magnumclient/common/apiclient copying magnumclient/common/apiclient/exceptions.py -> build/lib/magnumclient/common/apiclient copying magnumclient/common/apiclient/base.py -> build/lib/magnumclient/common/apiclient copying magnumclient/common/apiclient/__init__.py -> build/lib/magnumclient/common/apiclient copying magnumclient/version.py -> build/lib/magnumclient copying magnumclient/i18n.py -> build/lib/magnumclient copying magnumclient/shell.py -> build/lib/magnumclient copying magnumclient/exceptions.py -> build/lib/magnumclient copying magnumclient/__init__.py -> build/lib/magnumclient copying magnumclient/client.py -> build/lib/magnumclient creating build/lib/magnumclient/tests creating build/lib/magnumclient/tests/osc creating build/lib/magnumclient/tests/osc/unit creating build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_clusters.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_certificates.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_cluster_templates.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_mservices.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_quotas.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/fakes.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_nodegroups.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/test_stats.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/unit/v1/__init__.py -> build/lib/magnumclient/tests/osc/unit/v1 copying magnumclient/tests/osc/__init__.py -> build/lib/magnumclient/tests/osc copying magnumclient/tests/test_shell.py -> build/lib/magnumclient/tests copying magnumclient/tests/test_httpclient.py -> build/lib/magnumclient/tests copying magnumclient/tests/test_utils.py -> build/lib/magnumclient/tests copying magnumclient/tests/test_magnumclient.py -> build/lib/magnumclient/tests copying magnumclient/tests/base.py -> build/lib/magnumclient/tests copying magnumclient/tests/utils.py -> build/lib/magnumclient/tests copying magnumclient/tests/__init__.py -> build/lib/magnumclient/tests copying magnumclient/tests/test_client.py -> build/lib/magnumclient/tests creating build/lib/magnumclient/v1 copying magnumclient/v1/basemodels.py -> build/lib/magnumclient/v1 copying magnumclient/v1/bays_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/cluster_templates_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/clusters.py -> build/lib/magnumclient/v1 copying magnumclient/v1/certificates.py -> build/lib/magnumclient/v1 copying magnumclient/v1/baymodels_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/nodegroups.py -> build/lib/magnumclient/v1 copying magnumclient/v1/stats_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/clusters_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/quotas.py -> build/lib/magnumclient/v1 copying magnumclient/v1/baymodels.py -> build/lib/magnumclient/v1 copying magnumclient/v1/shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/certificates_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/baseunit.py -> build/lib/magnumclient/v1 copying magnumclient/v1/quotas_shell.py -> build/lib/magnumclient/v1 copying magnumclient/v1/stats.py -> build/lib/magnumclient/v1 copying magnumclient/v1/mservices.py -> build/lib/magnumclient/v1 copying magnumclient/v1/bays.py -> build/lib/magnumclient/v1 copying magnumclient/v1/__init__.py -> build/lib/magnumclient/v1 copying magnumclient/v1/cluster_templates.py -> build/lib/magnumclient/v1 copying magnumclient/v1/client.py -> build/lib/magnumclient/v1 copying magnumclient/v1/mservices_shell.py -> build/lib/magnumclient/v1 copying magnumclient/common/cliutils.py -> build/lib/magnumclient/common copying magnumclient/common/httpclient.py -> build/lib/magnumclient/common copying magnumclient/common/base.py -> build/lib/magnumclient/common copying magnumclient/common/utils.py -> build/lib/magnumclient/common copying magnumclient/common/__init__.py -> build/lib/magnumclient/common creating build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_clusters.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_certificates.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_clusters_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_stats_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_mservices.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_certificates_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_bays.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_mservices_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_baymodels_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_clustertemplates.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_quotas.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_quotas_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/shell_test_base.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_nodegroups.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_baymodels.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_stats.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_bays_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/__init__.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_clustertemplates_shell.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/v1/test_client.py -> build/lib/magnumclient/tests/v1 copying magnumclient/tests/osc/unit/osc_utils.py -> build/lib/magnumclient/tests/osc/unit copying magnumclient/tests/osc/unit/osc_fakes.py -> build/lib/magnumclient/tests/osc/unit copying magnumclient/tests/osc/unit/__init__.py -> build/lib/magnumclient/tests/osc/unit running egg_info writing python_magnumclient.egg-info/PKG-INFO writing dependency_links to python_magnumclient.egg-info/dependency_links.txt writing entry points to python_magnumclient.egg-info/entry_points.txt deleting python_magnumclient.egg-info/requires.txt writing top-level names to python_magnumclient.egg-info/top_level.txt writing pbr to python_magnumclient.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_magnumclient.egg-info/SOURCES.txt' creating build/lib/magnumclient/tests/test_csr copying magnumclient/tests/test_csr/test.csr -> build/lib/magnumclient/tests/test_csr + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v3.4.3 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (python-magnumclient) with name extracted from the package (python-magnumclient); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-magnumclient-3.6.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] contributing reading sources... [ 40%] index reading sources... [ 60%] installation reading sources... [ 80%] readme reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] contributing writing output... [ 40%] index writing output... [ 60%] installation writing output... [ 80%] readme writing output... [100%] usage generating indices... genindex done writing additional pages... 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6eSZTA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch + cd python-magnumclient-3.6.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-magnumclient-3.6.0-1.el9s.noarch --prefix /usr /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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-magnumclient-3.6.0-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient copying build/lib/magnumclient/version.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient copying build/lib/magnumclient/i18n.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/tests/test_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_csr copying build/lib/magnumclient/tests/test_csr/test.csr -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_csr copying build/lib/magnumclient/tests/test_httpclient.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/tests/test_utils.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/tests/test_magnumclient.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_clusters.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_certificates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_clusters_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_stats_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_mservices.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_certificates_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_bays.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_mservices_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_baymodels_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_clustertemplates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_quotas.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_quotas_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/shell_test_base.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_nodegroups.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_baymodels.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_stats.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_bays_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_clustertemplates_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/v1/test_client.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1 copying build/lib/magnumclient/tests/base.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit copying build/lib/magnumclient/tests/osc/unit/osc_utils.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit copying build/lib/magnumclient/tests/osc/unit/osc_fakes.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_clusters.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_certificates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_cluster_templates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_mservices.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_quotas.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/fakes.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_nodegroups.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/test_stats.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/v1/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1 copying build/lib/magnumclient/tests/osc/unit/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit copying build/lib/magnumclient/tests/osc/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc copying build/lib/magnumclient/tests/utils.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/tests/test_client.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests copying build/lib/magnumclient/shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient copying build/lib/magnumclient/exceptions.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient copying build/lib/magnumclient/common/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient copying build/lib/magnumclient/common/apiclient/base.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient copying build/lib/magnumclient/common/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient copying build/lib/magnumclient/common/cliutils.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common copying build/lib/magnumclient/common/httpclient.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common copying build/lib/magnumclient/common/base.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common copying build/lib/magnumclient/common/utils.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common copying build/lib/magnumclient/common/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/basemodels.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/bays_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/cluster_templates_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/clusters.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/certificates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/baymodels_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/nodegroups.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/stats_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/clusters_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/quotas.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/baymodels.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/certificates_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/baseunit.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/quotas_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/stats.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/mservices.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/bays.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/cluster_templates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/client.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 copying build/lib/magnumclient/v1/mservices_shell.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1 creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc copying build/lib/magnumclient/osc/plugin.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc creating /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/clusters.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/certificates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/nodegroups.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/quotas.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/stats.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/mservices.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/v1/cluster_templates.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1 copying build/lib/magnumclient/osc/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc copying build/lib/magnumclient/__init__.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient copying build/lib/magnumclient/client.py -> /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_shell.py to test_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_httpclient.py to test_httpclient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_magnumclient.py to test_magnumclient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_clusters.py to test_clusters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_certificates.py to test_certificates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_clusters_shell.py to test_clusters_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_stats_shell.py to test_stats_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_mservices.py to test_mservices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_certificates_shell.py to test_certificates_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_bays.py to test_bays.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_mservices_shell.py to test_mservices_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_baymodels_shell.py to test_baymodels_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_clustertemplates.py to test_clustertemplates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_quotas.py to test_quotas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_quotas_shell.py to test_quotas_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/shell_test_base.py to shell_test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_nodegroups.py to test_nodegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_baymodels.py to test_baymodels.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_stats.py to test_stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_bays_shell.py to test_bays_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_clustertemplates_shell.py to test_clustertemplates_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/v1/test_client.py to test_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/osc_utils.py to osc_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/osc_fakes.py to osc_fakes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_clusters.py to test_clusters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_certificates.py to test_certificates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_cluster_templates.py to test_cluster_templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_mservices.py to test_mservices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_quotas.py to test_quotas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/fakes.py to fakes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_nodegroups.py to test_nodegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/test_stats.py to test_stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/osc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/tests/test_client.py to test_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/apiclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/cliutils.py to cliutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/httpclient.py to httpclient.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/basemodels.py to basemodels.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/bays_shell.py to bays_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/cluster_templates_shell.py to cluster_templates_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/clusters.py to clusters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/certificates.py to certificates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/baymodels_shell.py to baymodels_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/nodegroups.py to nodegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/stats_shell.py to stats_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/clusters_shell.py to clusters_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/quotas.py to quotas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/baymodels.py to baymodels.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/certificates_shell.py to certificates_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/baseunit.py to baseunit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/quotas_shell.py to quotas_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/mservices.py to mservices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/bays.py to bays.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/cluster_templates.py to cluster_templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/v1/mservices_shell.py to mservices_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/clusters.py to clusters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/certificates.py to certificates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/nodegroups.py to nodegroups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/quotas.py to quotas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/stats.py to stats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/mservices.py to mservices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/v1/cluster_templates.py to cluster_templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/osc/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/magnumclient/client.py to client.cpython-39.pyc writing byte-compilation script '/tmp/tmpn5e4sj_7.py' /usr/bin/python3 /tmp/tmpn5e4sj_7.py removing /tmp/tmpn5e4sj_7.py running install_egg_info running egg_info writing python_magnumclient.egg-info/PKG-INFO writing dependency_links to python_magnumclient.egg-info/dependency_links.txt writing entry points to python_magnumclient.egg-info/entry_points.txt writing top-level names to python_magnumclient.egg-info/top_level.txt writing pbr to python_magnumclient.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_magnumclient.egg-info/SOURCES.txt' Copying python_magnumclient.egg-info to /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9/site-packages/python_magnumclient-3.6.0-py3.9.egg-info running install_scripts Installing magnum script to /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.6.0-1.el9s --unique-debug-suffix -3.6.0-1.el9s.noarch --unique-debug-src-base python-magnumclient-3.6.0-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-magnumclient-3.6.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EwYaEU + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + PYTHON=/usr/bin/python3 + stestr run --slowest usage: check_parser [-h] check_parser: error: the following arguments are required: , usage: check_parser [-h] [--marker ] [--limit ] [--sort-key ] [--sort-dir ] [--all-tenants] check_parser: error: unrecognized arguments: --wrong {1} magnumclient.tests.osc.unit.v1.test_certificates.TestSignCa.test_show_ca_missing_args [0.005445s] ... ok {1} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterResize.test_cluster_resize_pass [0.001019s] ... ok {1} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupUpdate.test_nodegroup_update_pass [0.000921s] ... ok {1} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasList.test_quotas_list_wrong_args [0.001137s] ... ok {1} magnumclient.tests.test_httpclient.HttpClientTest.test_server_body_undecode_json [0.000890s] ... ok {1} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_empty_body [0.000982s] ... ok {1} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_msg_only [0.000527s] ... ok {1} magnumclient.tests.test_httpclient.HttpClientTest.test_url_generation_prefix_slash_in_path [0.000268s] ... ok usage: check_parser [-h] --project-id --resource check_parser: error: the following arguments are required: --project-id, --resource {1} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_auth_url [0.015271s] ... ok {1} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_delete_by_name [0.000132s] ... ok usage: check_parser [-h] --project-id --resource [--hard-limit ] check_parser: error: the following arguments are required: --project-id, --resource usage: check_parser [-h] [--dir ] [--force] [--output-certs] [--use-certificate] [--use-keystone] check_parser: error: the following arguments are required: WARNING: The cluster's api_address is not known yet. usage: check_parser [-h] [ ...] check_parser: error: the following arguments are required: usage: check_parser [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--quote {all,minimal,none,nonnumeric}] [--noindent] [--max-width ] [--fit-width] [--print-empty] [--sort-column SORT_COLUMN] [--sort-ascending | --sort-descending] [--limit ] [--sort-key ] [--sort-dir ] check_parser: error: argument --sort-dir: invalid choice: 'foo' (choose from 'desc', 'asc') usage: check_parser [-h] --project-id --resource check_parser: error: the following arguments are required: --resource usage: check_parser [-h] --project-id --resource check_parser: error: the following arguments are required: --project-id usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] --coe --image --external-network [--keypair ] [--fixed-network ] [--fixed-subnet ] [--network-driver ] [--volume-driver ] [--dns-nameserver ] [--flavor ] [--master-flavor ] [--docker-volume-size ] [--docker-storage-driver ] [--http-proxy ] [--https-proxy ] [--no-proxy ] [--labels ] [--tls-disabled] [--public] [--registry-enabled] [--server-type ] [--master-lb-enabled] [--floating-ip-enabled] [--floating-ip-disabled] [--hidden] [--visible] [--tags <--tags tag1 --tags tag2,tag3>] check_parser: error: the following arguments are required: , --coe usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] --coe --image --external-network [--keypair ] [--fixed-network ] [--fixed-subnet ] [--network-driver ] [--volume-driver ] [--dns-nameserver ] [--flavor ] [--master-flavor ] [--docker-volume-size ] [--docker-storage-driver ] [--http-proxy ] [--https-proxy ] [--no-proxy ] [--labels ] [--tls-disabled] [--public] [--registry-enabled] [--server-type ] [--master-lb-enabled] [--floating-ip-enabled] [--floating-ip-disabled] [--hidden] [--visible] [--tags <--tags tag1 --tags tag2,tag3>] check_parser: error: the following arguments are required: , --image usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] --coe --image --external-network [--keypair ] [--fixed-network ] [--fixed-subnet ] [--network-driver ] [--volume-driver ] [--dns-nameserver ] [--flavor ] [--master-flavor ] [--docker-volume-size ] [--docker-storage-driver ] [--http-proxy ] [--https-proxy ] [--no-proxy ] [--labels ] [--tls-disabled] [--public] [--registry-enabled] [--server-type ] [--master-lb-enabled] [--floating-ip-enabled] [--floating-ip-disabled] [--hidden] [--visible] [--tags <--tags tag1 --tags tag2,tag3>] check_parser: error: the following arguments are required: , --image, --external-network usage: check_parser [-h] [--docker-volume-size ] [--labels ] [--node-count ] [--min-nodes ] [--max-nodes ] [--role ] [--image ] [--flavor ] [--merge-labels] check_parser: error: the following arguments are required: WARNING: The cluster's api_address is not known yet. usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] check_parser: error: the following arguments are required: usage: check_parser [-h] --project-id --resource [--hard-limit ] check_parser: error: the following arguments are required: --project-id, --resource usage: check_parser [-h] check_parser: error: the following arguments are required: usage: check_parser [-h] --cluster-template [--discovery-url ] [--docker-volume-size ] [--labels ] [--keypair ] [--master-count ] [--node-count ] [--timeout ] [--master-flavor ] [--flavor ] [--fixed-network ] [--fixed-subnet ] [--floating-ip-enabled] [--floating-ip-disabled] [--merge-labels] [--master-lb-enabled] [--master-lb-disabled] check_parser: error: the following arguments are required: --cluster-template usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] check_parser: error: the following arguments are required: usage: check_parser [-h] --project-id --resource [--hard-limit ] check_parser: error: the following arguments are required: --project-id, --resource usage: check_parser [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--quote {all,minimal,none,nonnumeric}] [--noindent] [--max-width ] [--fit-width] [--print-empty] [--sort-column SORT_COLUMN] [--sort-ascending | --sort-descending] [--limit ] [--sort-key ] [--sort-dir ] [--role ] check_parser: error: the following arguments are required: usage: check_parser [-h] [ ...] check_parser: error: the following arguments are required: usage: check_parser [-h] check_parser: error: the following arguments are required: usage: check_parser [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--quote {all,minimal,none,nonnumeric}] [--noindent] [--max-width ] [--fit-width] [--print-empty] [--sort-column SORT_COLUMN] [--sort-ascending | --sort-descending] [--limit ] [--sort-key ] [--sort-dir ] [--fields ] check_parser: error: argument --sort-dir: invalid choice: 'foo' (choose from 'desc', 'asc') usage: check_parser [-h] --project-id --resource [--hard-limit ] check_parser: error: the following arguments are required: --resource WARNING: The cluster's api_address is not known yet. usage: check_parser [-h] check_parser: error: the following arguments are required: usage: check_parser [-h] check_parser: error: the following arguments are required: {4} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupCreate.test_nodegroup_create_required_args_pass [0.005225s] ... ok {4} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_socket [0.000760s] ... ok usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] [ ...] check_parser: error: argument : invalid choice: 'bar' (choose from 'add', 'replace', 'remove') {4} magnumclient.tests.test_httpclient.HttpClientTest.test_server_success_body_json [0.000481s] ... ok {4} magnumclient.tests.test_httpclient.SessionClientTest.test_server_exception_msg_and_traceback [0.000467s] ... ok WARNING: The cluster's api_address is not known yet. usage: check_parser [-h] [ ...] check_parser: error: argument : invalid choice: 'foo' (choose from 'add', 'replace', 'remove') usage: check_parser [-h] --project-id --resource check_parser: error: the following arguments are required: --project-id, --resource {4} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_help_on_subcommand [0.012960s] ... ok {4} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_noargs [0.013406s] ... ok {14} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateDelete.test_cluster_template_delete_multiple [0.005039s] ... ok {8} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateCreate.test_cluster_template_create_missing_required_arg [0.018655s] ... ok {4} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_option_region [0.065427s] ... ok {4} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_sort_key [0.000222s] ... ok {7} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasUpdate.test_quotas_update_missing_args [0.005455s] ... ok {7} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_subpath [0.000549s] ... ok {7} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_timeout [0.000320s] ... ok {7} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_address [0.000484s] ... ok {7} magnumclient.tests.test_httpclient.SessionClientTest.test_construct_http_client_return_httpclient [0.000271s] ... ok {7} magnumclient.tests.test_utils.ArgsArrayToPatchTest.test_args_array_to_patch_remove [0.000237s] ... ok {7} magnumclient.tests.test_utils.CommonFiltersTest.test_limit_0 [0.000218s] ... ok {7} magnumclient.tests.test_utils.CommonFiltersTest.test_other [0.000229s] ... ok {7} magnumclient.tests.test_utils.FormatLabelsTest.test_format_multiple_bad_label [0.000330s] ... ok {7} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_combined_labels_success [0.019810s] ... ok {7} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_create_with_discovery_url [0.000150s] ... ok {7} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_failure_few_args [0.089504s] ... ok {7} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_k8s_success_without_tls_csh [0.018021s] ... ok {14} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateUpdate.test_cluster_template_update_pass [0.053159s] ... ok {14} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterCreate.test_cluster_create_missing_required_arg [0.002714s] ... ok {14} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterDelete.test_cluster_delete_multiple [0.000885s] ... ok {14} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasCreate.test_quotas_create [0.001282s] ... ok {14} magnumclient.tests.test_shell.ShellTest.test_bash_completion [0.058687s] ... ok {4} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_docker_storage_driver_success [0.017976s] ... ok {3} magnumclient.tests.osc.unit.v1.test_certificates.TestSignCa.test_sign_ca_without_csr [0.005546s] ... ok {3} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupList.test_nodegroup_list_no_options [0.009725s] ... ok {3} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupList.test_nodegroup_list_ok [0.001454s] ... ok {3} magnumclient.tests.test_httpclient.HttpClientTest.test_raw_request [0.000687s] ... ok {3} magnumclient.tests.test_httpclient.HttpClientTest.test_server_success_body_none [0.000385s] ... ok {3} magnumclient.tests.test_httpclient.SessionClientTest.test_bypass_url [0.000960s] ... ok {3} magnumclient.tests.test_utils.ArgsArrayToPatchTest.test_args_array_to_patch_invalid_op [0.000349s] ... ok {3} magnumclient.tests.test_utils.HandleJsonFromFileTest.test_handle_json_from_file_bad_json [0.001189s] ... ok {3} magnumclient.tests.test_utils.SplitAndDeserializeTest.test_split_and_deserialize_fail [0.000329s] ... ok {3} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_success_with_master_flavor [0.023832s] ... ok {11} magnumclient.tests.osc.unit.v1.test_certificates.TestRotateCa.test_rotate_ca [0.004466s] ... ok {11} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateDelete.test_cluster_template_delete_bad_uuid [0.000780s] ... ok {9} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasDelete.test_quotas_delete_missing_args [0.005045s] ... ok {9} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_version_trailing_slash [0.000967s] ... ok {9} magnumclient.tests.test_httpclient.SessionClientTest.test_raw_request [0.000984s] ... ok {9} magnumclient.tests.test_shell.ShellTest.test_main_env_os_cloud [0.014739s] ... ok {5} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterList.test_cluster_list_bad_sort_dir_fail [0.056535s] ... ok {5} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterShow.test_cluster_show_pass [0.001961s] ... ok {5} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_subpath_trailing_slash [0.000518s] ... ok {5} magnumclient.tests.test_httpclient.HttpClientTest.test_url_generation_trailing_slash_in_base [0.000267s] ... ok {1} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_failure_few_arg [0.123283s] ... ok {1} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_success_with_arg [0.017376s] ... ok {1} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_delete_by_id [0.000145s] ... ok {1} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_delete_by_name [0.000087s] ... ok {1} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list [0.000121s] ... ok {1} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_without_tls_csh [0.018590s] ... ok {14} magnumclient.tests.test_shell.ShellTest.test_help_no_options [0.013718s] ... ok {14} magnumclient.tests.test_shell.ShellTest.test_main_option_region [0.013417s] ... ok {14} magnumclient.tests.test_shell.ShellTest.test_no_project_id [0.011969s] ... ok usage: check_parser [-h] --project-id --resource check_parser: error: the following arguments are required: --project-id usage: check_parser [-h] --project-id --resource [--hard-limit ] check_parser: error: unrecognized arguments: --hard-limits 10 usage: check_parser [-h] check_parser: error: the following arguments are required: {14} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_help [0.015428s] ... ok {14} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_project_name [0.011885s] ... ok {14} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_split [0.000508s] ... ok {14} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_create_fail [0.001232s] ... ok {14} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_show_by_name [0.000201s] ... ok {14} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_https_proxy_success [0.018974s] ... ok {14} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_failure_with_invalid_field [0.016766s] ... ok {14} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_create [0.000150s] ... ok {14} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_invalid_node_count [0.012333s] ... ok {13} magnumclient.tests.osc.unit.v1.test_certificates.TestSignCa.test_sign_ca [0.005044s] ... ok {13} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateDelete.test_cluster_template_delete_no_uuid [0.001320s] ... ok {13} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterCreate.test_cluster_create_required_args_pass [0.001794s] ... ok {13} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterCreate.test_cluster_create_with_lb_disabled [0.001968s] ... ok {13} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupDelete.test_nodegroup_delete_multiple [0.000802s] ... ok {13} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasDelete.test_quotas_delete_no_resource [0.000690s] ... ok {13} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasDelete.test_quotas_delete_wrong_args [0.000710s] ... ok {10} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterList.test_cluster_list_no_options [0.055741s] ... ok {10} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterShow.test_cluster_show_no_cluster_fail [0.002662s] ... ok {10} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterUpdate.test_cluster_update_pass [0.001295s] ... ok {10} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasCreate.test_quotas_create_wrong_projectid [0.000828s] ... ok {10} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasUpdate.test_quotas_update [0.001319s] ... ok {10} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_help_unknown_command [0.066226s] ... ok {10} magnumclient.tests.test_utils.ArgsArrayToPatchTest.test_args_array_to_patch [0.000606s] ... ok {10} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_delete_multiple_id_success [0.016441s] ... ok {10} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_update_failure_wrong_op [0.014419s] ... ok {10} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_show_by_id [0.000166s] ... ok {10} magnumclient.tests.v1.test_certificates.CertificateManagerTest.test_cert_create [0.000118s] ... ok {10} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_show_failure_duplicate_arg [0.019192s] ... ok {10} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_with_cluster_create_timeout [0.000164s] ... ok {10} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_update_with_rollback [0.000101s] ... ok {10} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_without_tls_csh [0.018656s] ... ok {10} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_delete_success [0.015192s] ... ok {10} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_failure_duplicate_name [0.014641s] ... ok {10} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_failure [0.012747s] ... ok {10} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_update_success [0.018681s] ... ok {10} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_sort_key [0.000184s] ... ok {10} magnumclient.tests.v1.test_mservices_shell.ShellTest.test_magnum_service_list_failure [0.012304s] ... ok {10} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_marker [0.000218s] ... ok {10} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_sort_dir [0.000106s] ... ok {10} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_show_project_resource_quota [0.000127s] ... ok {7} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_docker_volume_size [0.012627s] ... ok {13} magnumclient.tests.test_shell.ShellTest.test_main_endpoint_public [0.015368s] ... ok {13} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_marker_limit [0.000223s] ... ok {13} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_labels_success [0.066043s] ... ok {13} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_delete_success [0.016127s] ... ok {13} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_show_failure_no_arg [0.014040s] ... ok {17} magnumclient.tests.osc.unit.v1.test_certificates.TestRotateCa.test_rotate_ca_missing_args [0.016627s] ... ok {17} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateCreate.test_cluster_template_create_required_args_pass [0.019456s] ... ok {17} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateList.test_cluster_template_list_bad_sort_dir_fail [0.002063s] ... ok {17} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterDelete.test_cluster_delete_one [0.000721s] ... ok {17} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupDelete.test_nodegroup_delete_one [0.000755s] ... ok {17} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasCreate.test_quotas_create_with_wrong_args [0.000856s] ... ok {17} magnumclient.tests.test_httpclient.HttpClientTest.test_401_unauthorized_exception [0.001199s] ... ok {17} magnumclient.tests.test_httpclient.HttpClientTest.test_server_redirect_exception [0.000464s] ... ok {17} magnumclient.tests.test_httpclient.SessionClientTest.test_server_exception_empty_body [0.000450s] ... ok {17} magnumclient.tests.test_shell.ShellTest.test_main_env_region [0.041169s] ... ok Request to update cluster foo has been accepted. +------------+---------------------------+ | Property | Value | +------------+---------------------------+ | resource | Cluster | | created_at | 2017-09-15T05:40:34+00:00 | | updated_at | 2017-09-15T05:40:34+00:00 | | hard_limit | 1 | | project_id | abc | | id | 10 | | name | fake-quota | +------------+---------------------------+ {7} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_delete_multiple_id_success [0.017381s] ... ok {7} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_success [0.016243s] ... ok {7} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_show_failure_no_arg [0.013596s] ... ok {7} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_failure_few_arg [0.103066s] ... ok {7} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_ignored_duplicated_field [0.016970s] ... ok {7} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_update_success_many_attribute [0.017753s] ... ok {7} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list [0.000191s] ... ok {7} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_list_quotas [0.000122s] ... ok {7} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_create_failure_no_arg [0.013479s] ... ok {7} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_show_failure_no_arg [0.011361s] ... ok {7} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_update_success [0.018941s] ... ok {9} magnumclient.tests.test_shell.ShellTest.test_no_username [0.010830s] ... ok {9} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_sort_dir [0.000226s] ... ok {9} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_docker_vol_size_success [0.067435s] ... ok {9} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_network_driver_success [0.019335s] ... ok {9} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_separate_labels_success [0.018018s] ... ok {9} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_update_failure_few_args [0.023947s] ... ok {9} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_update_with_rollback [0.000160s] ... ok {9} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_invalid_master_count [0.012219s] ... ok {9} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_delete_multiple_id_success [0.016784s] ... ok {9} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_cluster_ca_show_success [0.017582s] ... ok {9} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_with_docker_volume_size [0.000167s] ... ok {9} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_marker [0.000125s] ... ok {9} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_sort_key [0.000115s] ... ok {9} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_sort_key_dir [0.000097s] ... ok {9} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_success_only_positional_name [0.017587s] ... ok {9} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_rollback_old_api_version [0.017083s] ... ok {9} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_marker [0.000189s] ... ok {9} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_success_with_master_flavor [0.018359s] ... ok {9} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_failure_with_invalid_field [0.016093s] ... ok {9} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_list_quotas_all [0.000165s] ... ok {17} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_bash_completion [0.144325s] ... ok {5} magnumclient.tests.test_httpclient.SessionClientTest.test_exception [0.001057s] ... ok {5} magnumclient.tests.test_shell.ShellTest.test_main_endpoint_internal [0.063699s] ... ok {5} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_username [0.010808s] ... ok {5} magnumclient.tests.test_utils.CommonFiltersTest.test_limit_negative_number [0.000409s] ... ok {5} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_limit [0.000175s] ... ok usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] check_parser: error: the following arguments are required: usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width ] [--fit-width] [--print-empty] check_parser: error: the following arguments are required: , {5} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_no_proxy_success [0.019026s] ... ok {5} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_update_success [0.018314s] ... ok {5} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_without_tls_non_csh [0.016867s] ... ok {5} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_only_bay_create_timeout [0.013821s] ... ok {5} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_success_only_baymodel_arg [0.017512s] ... ok {5} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_rotate_no_cluster_arg [0.015651s] ... ok {5} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_positional_cluster_bay_ca_show_success [0.016550s] ... ok {5} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_sort_dir [0.000189s] ... ok {5} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_without_tls_non_csh [0.018210s] ... ok {5} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_cluster_create_timeout [0.011957s] ... ok {5} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_ignored_duplicated_field [0.016819s] ... ok {5} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_detail [0.000186s] ... ok {5} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_show_by_id [0.000158s] ... ok {5} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_fixed_network_success [0.018211s] ... ok {5} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_list_success [0.017956s] ... ok {5} magnumclient.tests.v1.test_stats.StatsManagerTest.test_stats_with_project_id [0.000148s] ... ok {11} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateList.test_cluster_template_list_options [0.051673s] ... ok {11} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupCreate.test_nodegroup_create_missing_required_arg [0.002533s] ... ok {11} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupShow.test_nodegroup_show_no_nodegroup_fail [0.002070s] ... ok {11} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasCreate.test_quotas_create_missing_args [0.000858s] ... ok {11} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_endpoint [0.000796s] ... ok {3} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_ignored_duplicated_field [0.059133s] ... ok {3} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_with_tls_non_csh [0.303746s] ... ok {13} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_with_tls_csh [0.238666s] ... ok {13} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_success [0.016041s] ... ok {13} magnumclient.tests.v1.test_certificates.CertificateManagerTest.test_cert_show_by_id [0.000155s] ... ok {8} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_creates_config_in_cwd_if_not_dir_specified [0.334089s] ... ok {17} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_failure_wrong_arg [0.026355s] ... ok {17} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_no_arg [0.014223s] ... ok {17} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_show_failure_no_arg [0.017699s] ... ok {17} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_rollback_old_api_version [0.017143s] ... ok {13} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_rotate [0.017010s] ... ok {1} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_only_name [0.011725s] ... ok {1} magnumclient.tests.v1.test_certificates.CertificateManagerTest.test_cert_create_backwards_compatibility [0.000153s] ... ok {1} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_show_by_id [0.000120s] ... ok {11} magnumclient.tests.test_httpclient.HttpClientTest.test_server_success_body_app [0.000428s] ... ok {11} magnumclient.tests.test_shell.ShellTest.test_no_project_name [0.059667s] ... ok usage: check_parser [-h] [ ...] check_parser: error: the following arguments are required: , {11} magnumclient.tests.test_utils.FormatLabelsTest.test_format_label_special_label [0.000426s] ... ok {14} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_failure_no_arg [0.012247s] ... ok {11} magnumclient.tests.test_utils.HandleJsonFromFileTest.test_handle_json_from_file_open_fail [0.008513s] ... ok {11} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_show_success [0.018937s] ... ok {11} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_show_by_name [0.000161s] ... ok {1} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_limit [0.000156s] ... ok {1} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_success [0.031169s] ... ok {13} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_with_discovery_url [0.000172s] ... ok {13} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_deprecation_errors [0.013039s] ... ok {13} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_show_success [0.018444s] ... ok {8} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterCreate.test_cluster_create_with_labels [0.001847s] ... ok {8} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterList.test_cluster_list_options [0.001587s] ... ok {8} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasDelete.test_quotas_delete_no_project_id [0.000805s] ... ok {8} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasList.test_quotas_list_with_no_options [0.001026s] ... ok {8} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasUpdate.test_quotas_update_wrong_args [0.000886s] ... ok {8} magnumclient.tests.osc.unit.v1.test_stats.TestStatsList.test_stats_list_missing_args [0.001102s] ... ok {8} magnumclient.tests.test_shell.ShellTest.test_help [0.016731s] ... ok {8} magnumclient.tests.test_shell.ShellTest.test_help_unknown_command [0.060444s] ... ok {14} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_success_many_attribute [0.016848s] ... ok {14} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_show_by_name [0.000210s] ... ok {14} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_marker_limit [0.000138s] ... ok {14} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_delete_by_id [0.000136s] ... ok {14} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_create_failure_only_resource [0.011878s] ... ok {4} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_success [0.044702s] ... ok {4} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_success_with_registry_enabled [0.019499s] ... ok {4} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_create_fail [0.000870s] ... ok {4} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_endpoint_type [0.001615s] ... ok {4} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_password [0.001570s] ... ok {4} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_with_keypair [0.000133s] ... ok {4} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_update [0.000100s] ... ok {4} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_invalid_master_count [0.013423s] ... ok {4} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_failure_invalid_arg [0.012777s] ... ok {1} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_show_failure_no_arg [0.013665s] ... ok {1} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_create_with_docker_volume_size [0.000160s] ... ok {1} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_sort_key [0.000140s] ... ok {1} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_list_failure [0.012275s] ... ok {11} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_without_tls_csh [0.017050s] ... ok {11} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_show_success [0.018920s] ... ok {8} magnumclient.tests.test_shell.ShellTest.test_no_password [0.010655s] ... ok {8} magnumclient.tests.test_utils.ArgsArrayToPatchTest.test_args_array_to_patch_format_error [0.000558s] ... ok {8} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_sort_key_dir [0.000187s] ... ok {12} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_no_cluster_fail [0.007135s] ... ok {4} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_failure_wrong_attribute [0.016557s] ... ok {4} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_deprecation_warnings [0.091238s] ... ok {4} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_separate_labels_success [0.018696s] ... ok {2} magnumclient.tests.osc.unit.v1.test_certificates.TestShowCa.test_show_ca_missing_args [0.005350s] ... ok {2} magnumclient.tests.osc.unit.v1.test_certificates.TestSignCa.test_sign_ca_without_cluster [0.001059s] ... ok {2} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateCreate.test_cluster_template_create_floating_ips [0.011695s] ... ok {2} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateUpdate.test_cluster_template_update_bad_op [0.002133s] ... ok {0} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterDelete.test_cluster_delete_no_uuid [0.005450s] ... ok {0} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterUpgrade.test_cluster_upgrade_pass [0.001286s] ... ok {0} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupCreate.test_nodegroup_create_with_labels [0.001517s] ... ok {0} magnumclient.tests.osc.unit.v1.test_stats.TestStatsList.test_stats_list_wrong_projectid [0.002525s] ... ok {0} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_exception [0.000564s] ... ok {0} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_ssl_params [0.000273s] ... ok {0} magnumclient.tests.test_httpclient.SessionClientTest.test_construct_http_client_return_sessionclient [0.001371s] ... ok {8} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_create_with_bay_create_timeout [0.000118s] ... ok {8} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_limit [0.000124s] ... ok {8} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_sort_dir [0.000095s] ... ok {8} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_sort_key [0.000090s] ... ok {0} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_help_no_options [0.015088s] ... ok {0} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_env_region [0.013582s] ... ok {0} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_no_region [0.056943s] ... ok {0} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_multiple [0.000360s] ... ok {0} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_multiple_values_per_labels [0.000222s] ... ok {0} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_detail [0.000180s] ... ok {8} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_update [0.000090s] ... ok {8} magnumclient.tests.v1.test_certificates.CertificateManagerTest.test_create_fail [0.000345s] ... ok {8} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_show_by_name [0.000136s] ... ok {8} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_sort_key_dir [0.000159s] ... ok {12} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasShow.test_quotas_show [0.001360s] ... ok {12} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_ssl [0.000504s] ... ok {12} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_subpath_version [0.000266s] ... ok {4} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_delete_failure_no_arg [0.011874s] ... ok {4} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_limit [0.000193s] ... ok {4} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_create_failure_only_hard_limit [0.012107s] ... ok {4} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_create_success [0.018112s] ... ok {0} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_http_proxy_success [0.017726s] ... ok {0} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_volume_driver_success [0.019814s] ... ok {18} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateList.test_cluster_template_list_no_options [0.021040s] ... ok {17} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_sign_success [0.027975s] ... ok {17} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_api_key [0.001722s] ... ok {17} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_marker_limit [0.000191s] ... ok {18} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateShow.test_cluster_template_show [0.001654s] ... ok {18} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupUpdate.test_nodegroup_update_bad_op [0.001860s] ... ok {18} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasShow.test_quotas_show_missing_args [0.000996s] ... ok {11} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_success_many_attribute [0.016304s] ... ok {11} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_cluster_bay_ca_show_success [0.016467s] ... ok {11} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_auth_token [0.000873s] ... ok {11} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_invalid_node_count [0.013629s] ... ok {11} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_update [0.000174s] ... ok {12} magnumclient.tests.test_shell.ShellTest.test_help_on_subcommand [0.012591s] ... ok {12} magnumclient.tests.test_shell.ShellTest.test_service_type [0.013492s] ... ok {12} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_env_os_cloud [0.063273s] ... ok {12} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_positive_non_zero_float [0.000719s] ... ok {6} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateShow.test_cluster_template_show_no_ct_fail [0.013140s] ... ok {0} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_with_tls_non_csh [0.275919s] ... ok {3} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_cluster_ca_sign_success [0.025888s] ... ok {3} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_failure_wrong_arg [0.012211s] ... ok {13} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_deprecation_errors [0.056787s] ... ok {6} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupShow.test_nodegroup_show_no_args [0.001761s] ... ok {8} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_docker_vol_size_success [0.019467s] ... ok {6} magnumclient.tests.test_httpclient.HttpClientTest.test_url_generation_without_prefix_slash_in_path [0.000575s] ... ok {11} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_limit [0.000140s] ... ok {11} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_marker_limit [0.000131s] ... ok {11} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_show_by_id [0.000104s] ... ok {11} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_show_success [0.015417s] ... ok {12} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels [0.000424s] ... ok {18} magnumclient.tests.test_magnumclient.TestMagnumclient.test_something [0.002424s] ... ok {18} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_parse_comma_false [0.000306s] ... ok {12} magnumclient.tests.test_utils.SplitAndDeserializeTest.test_split_and_deserialize [0.000329s] ... ok {12} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_fixed_network_success [0.019167s] ... ok {12} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_failure_no_arg [0.014811s] ... ok {12} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_success [0.065362s] ... ok {18} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_failure_invalid_arg [0.019057s] ... ok {18} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_success_detailed [0.069146s] ... ok {17} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_k8s_success_without_tls_non_csh [0.018278s] ... ok {18} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_marker [0.000185s] ... ok {12} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_failure_only_node_count [0.011833s] ... ok {12} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_show_baymodel_metadata [0.019914s] ... ok {12} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_sign_with_not_csr [0.024132s] ... ok {12} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create [0.000141s] ... ok {12} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list_with_limit [0.000127s] ... ok {8} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_success_only_positional_name [0.017102s] ... ok {0} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_failure_invalid_arg [0.012412s] ... ok {13} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_public_success [0.018921s] ... ok {13} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_delete_by_name [0.000164s] ... ok {13} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_update [0.000110s] ... ok Request to resize cluster foo has been accepted. Request to update nodegroup ng1 has been accepted. {13} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_quota_create [0.000119s] ... ok Request to create nodegroup 3a369884-b6ba-484f-a206-919b4b718aff accepted {3} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_deprecation_warnings [0.033683s] ... ok {6} magnumclient.tests.test_shell.ShellTest.test_insecure [0.027079s] ... ok {2} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_with_custom_dir [0.240395s] ... ok {0} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_success_with_arg [0.018462s] ... ok {2} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupDelete.test_nodegroup_delete_no_args [0.001202s] ... ok {0} magnumclient.tests.v1.test_certificates.CertificateManagerTest.test_rotate_ca [0.000141s] ... ok {0} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_delete_by_name [0.000107s] ... ok Request to rotate the CA certificate for cluster 3a369884-b6ba-484f-a206-919b4b718aff has been accepted. Delete for cluster template foo failed: Not found (HTTP 404) {2} magnumclient.tests.osc.unit.v1.test_stats.TestStatsList.test_stats_list [0.002421s] ... ok {2} magnumclient.tests.test_client.ClientTest.test_invalid_version_argument [0.000599s] ... ok {2} magnumclient.tests.test_client.ClientTest.test_valid_version_argument [0.000935s] ... ok Request to create cluster 3a369884-b6ba-484f-a206-919b4b718aff accepted Request to create cluster 3a369884-b6ba-484f-a206-919b4b718aff accepted Request to delete nodegroup fake-nodegroup1 has been accepted. Request to delete nodegroup fake-nodegroup2 has been accepted. {17} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_failure_few_args [0.034132s] ... ok {3} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_keypair [0.013104s] ... ok {8} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_update_failure_few_args [0.036093s] ... ok {0} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_success_only_clustertemplate_arg [0.018494s] ... ok {12} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_with_tls_csh [0.315290s] ... ok {17} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_failure_wrong_op [0.012249s] ... ok {17} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_delete_by_name [0.000161s] ... ok {12} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_node_count [0.012154s] ... ok {12} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list [0.000207s] ... ok {0} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_failure [0.012683s] ... ok {0} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_sort_key_dir [0.000184s] ... ok {0} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_quota_delete [0.000125s] ... ok {17} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_delete_success [0.016476s] ... ok {17} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_list_with_sort_key_dir [0.000177s] ... ok Request to delete cluster template foo has been accepted. Request to delete cluster template bar has been accepted. Request to delete cluster foo has been accepted. Request to delete cluster bar has been accepted. +------------+---------------------------+ | Property | Value | +------------+---------------------------+ | resource | Cluster | | created_at | 2017-09-15T05:40:34+00:00 | | updated_at | 2017-09-15T05:40:34+00:00 | | hard_limit | 1 | | project_id | abc | | id | 10 | | name | fake-quota | +------------+---------------------------+ Request to create cluster template fake-ct-1 accepted Request to delete cluster foo has been accepted. Request to delete nodegroup fake-nodegroup has been accepted. {6} magnumclient.tests.test_shell.ShellTest.test_main_no_region [0.047564s] ... ok {0} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_delete_failure_no_project_id [0.012263s] ... ok {12} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_https_proxy_success [0.018700s] ... ok Request to create cluster 3a369884-b6ba-484f-a206-919b4b718aff accepted +------------+----------+------------+ | project_id | resource | hard_limit | +------------+----------+------------+ | abc | Cluster | 1 | +------------+----------+------------+ {6} magnumclient.tests.test_shell.ShellTest.test_main_noargs [0.013318s] ... ok {12} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_update_label [0.016773s] ... ok {2} magnumclient.tests.test_shell.ShellTest.test_main_os_cloud [0.064400s] ... ok {2} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_semicolon [0.000511s] ... ok {2} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_marker_limit [0.000188s] ... ok {2} magnumclient.tests.v1.test_bays.BayManagerTest.test_bay_list_with_sort_key_dir [0.000105s] ... ok {6} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_endpoint_public [0.014649s] ... ok Request to upgrade cluster foo has been accepted. Request to create nodegroup 3a369884-b6ba-484f-a206-919b4b718aff accepted +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | status | CREATE_IN_PROGRESS | | health_status | HEALTHY | | cluster_template_id | fake-ct | | node_addresses | [] | | uuid | 3a369884-b6ba-484f-a206-919b4b718aff | | stack_id | c4554582-77bd-4734-8f1a-72c3c40e5fb4 | | status_reason | - | | labels | {} | | labels_overridden | {} | | labels_added | {} | | labels_skipped | {} | | fixed_network | fixed-network | | fixed_subnet | fixed-subnet | | floating_ip_enabled | True | | created_at | 2017-03-16T18:40:39+00:00 | | updated_at | 2017-03-16T18:40:45+00:00 | | coe_version | - | | faults | - | | keypair | fakekey | | api_address | - | | master_addresses | [] | | create_timeout | 60 | | node_count | 2 | | discovery_url | https://fake.cluster | | docker_volume_size | 1 | | master_count | 1 | | container_version | - | | name | fake-cluster-1 | | master_flavor_id | - | | flavor_id | m1.medium | | project_id | abc | | health_status_reason | {'api': 'ok'} | | master_lb_enabled | False | +----------------------+--------------------------------------+ {12} magnumclient.tests.v1.test_stats_shell.ShellTest.test_stats_get_success_with_arg [0.017996s] ... ok {6} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_project_id [0.010454s] ... ok {18} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_with_tls_csh [0.224962s] ... ok {2} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_failure_with_invalid_field [0.015726s] ... ok {6} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_user_id [0.010893s] ... ok +------------+---------------------------+ | Property | Value | +------------+---------------------------+ | resource | Cluster | | created_at | 2017-09-15T05:40:34+00:00 | | updated_at | 2017-09-15T05:40:34+00:00 | | hard_limit | 1 | | project_id | abc | | id | 10 | | name | fake-quota | +------------+---------------------------+ {18} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_without_tls_non_csh [0.017751s] ... ok {2} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_success_rollback [0.017243s] ... ok {2} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_list [0.000183s] ... ok {6} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_service_type [0.014882s] ... ok {6} magnumclient.tests.test_utils.CliUtilsTest.test_keys_and_vals_to_strs [0.000472s] ... ok {6} magnumclient.tests.test_utils.HandleJsonFromFileTest.test_handle_json_from_file_valid_file [0.000962s] ... ok {6} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_show_by_id [0.000196s] ... ok {3} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_success [0.106523s] ... ok {2} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_labels [0.012817s] ... ok {2} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_create_with_keypair [0.000224s] ... ok {2} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_sort_dir [0.000137s] ... ok {2} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_sort_key [0.000110s] ... ok {18} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_ignored_duplicated_field [0.017197s] ... ok {18} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_fail [0.000859s] ... ok {18} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_create_with_labels [0.000126s] ... ok {6} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_failure [0.012855s] ... ok {3} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_success_with_arg [0.016356s] ... ok {18} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_only_name [0.012764s] ... ok {2} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_labels_success [0.019385s] ... ok {6} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_update_success_many_attribute [0.019264s] ... ok {3} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_http_proxy_success [0.018945s] ... ok {18} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_success_only_optional_name [0.019319s] ... ok {2} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_network_driver_success [0.018285s] ... ok {18} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_list_failure_with_invalid_field [0.015182s] ... ok {2} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_volume_driver_success [0.019718s] ... ok {3} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_success_no_servertype [0.030055s] ... ok {18} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_success [0.017607s] ... ok {18} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_create [0.000287s] ... ok {18} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_marker [0.000146s] ... ok {2} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_success [0.018167s] ... ok {2} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_create_fail [0.000705s] ... ok {18} magnumclient.tests.v1.test_mservices_shell.ShellTest.test_magnum_service_list_success [0.018693s] ... ok {18} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_create_with_labels [0.000143s] ... ok {18} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_show_by_name [0.000114s] ... ok Request to create cluster template fake-ct-1 accepted +----------------------+--------------------------------------+ | Property | Value | +----------------------+--------------------------------------+ | status | CREATE_IN_PROGRESS | | health_status | HEALTHY | | cluster_template_id | fake-ct | | node_addresses | [] | | uuid | 3a369884-b6ba-484f-a206-919b4b718aff | | stack_id | c4554582-77bd-4734-8f1a-72c3c40e5fb4 | | status_reason | - | | labels | {} | | labels_overridden | {} | | labels_added | {} | | labels_skipped | {} | | fixed_network | fixed-network | | fixed_subnet | fixed-subnet | | floating_ip_enabled | True | | created_at | 2017-03-16T18:40:39+00:00 | | updated_at | 2017-03-16T18:40:45+00:00 | | coe_version | - | | faults | - | | keypair | fakekey | | api_address | - | | master_addresses | [] | | create_timeout | 60 | | node_count | 2 | | discovery_url | https://fake.cluster | | docker_volume_size | 1 | | master_count | 1 | | container_version | - | | name | fake-cluster-1 | | master_flavor_id | - | | flavor_id | m1.medium | | project_id | abc | | health_status_reason | {'api': 'ok'} | | master_lb_enabled | False | +----------------------+--------------------------------------+ {3} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_success_with_registry_enabled [0.019360s] ... ok {3} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list_with_sort_dir [0.000189s] ... ok {3} magnumclient.tests.v1.test_quotas.QuotasManagerTest.test_quota_update [0.000118s] ... ok {3} magnumclient.tests.v1.test_stats.StatsManagerTest.test_stats [0.000100s] ... ok {3} magnumclient.tests.v1.test_stats_shell.ShellTest.test_stats_get_success [0.015349s] ... ok {6} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_create_success [0.075688s] ... ok {18} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_create_failure_only_project_id [0.012219s] ... ok {6} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_delete_failure_no_arg [0.012178s] ... ok {6} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_failure [0.013096s] ... ok {6} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_show_success [0.016904s] ... ok {6} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_no_arg [0.012711s] ... ok {6} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_show_clustertemplate_metadata [0.016976s] ... ok {6} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_list_with_marker_limit [0.000202s] ... ok {15} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterResize.test_cluster_resize_to_zero_pass [0.005251s] ... ok usage: check_parser [-h] [--rollback] [ ...] check_parser: error: argument : invalid choice: 'bar' (choose from 'add', 'replace', 'remove') {15} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterUpdate.test_cluster_update_bad_op [0.001687s] ... ok {6} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_no_proxy_success [0.017842s] ... ok {15} magnumclient.tests.osc.unit.v1.test_mservices.TestServiceList.test_service_list [0.008217s] ... ok {15} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupShow.test_nodegroup_show_pass [0.001439s] ... ok {15} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_unsupported_scheme [0.000563s] ... ok {15} magnumclient.tests.test_httpclient.HttpClientTest.test_server_exception_msg_and_traceback [0.000702s] ... ok {6} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_delete_multiple_id_success [0.014932s] ... ok {6} magnumclient.tests.v1.test_mservices.MServiceManagerTest.test_coe_service_list [0.000163s] ... ok {15} magnumclient.tests.test_shell.ShellTest.test_no_user_id [0.011117s] ... ok {19} magnumclient.tests.osc.unit.v1.test_certificates.TestShowCa.test_show_ca [0.004540s] ... ok {19} magnumclient.tests.osc.unit.v1.test_cluster_templates.TestClusterTemplateDelete.test_cluster_template_delete_one [0.000698s] ... ok {19} magnumclient.tests.test_client.ClientTest.test_no_version_argument [0.000783s] ... ok {15} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_endpoint_internal [0.014250s] ... ok {15} magnumclient.tests.test_utils.CommonFiltersTest.test_limit [0.000389s] ... ok {15} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_multiple_colon_values [0.000222s] ... ok {15} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_delete_by_id [0.000117s] ... ok {15} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list [0.000156s] ... ok {15} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_success_no_servertype [0.061370s] ... ok {19} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection [0.077610s] ... ok {19} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_subpath_version_trailing_slash [0.000351s] ... ok {19} magnumclient.tests.test_httpclient.HttpClientTest.test_get_connection_params_with_version [0.000233s] ... ok {19} magnumclient.tests.test_httpclient.HttpClientTest.test_url_generation_without_trailing_slash_in_base [0.000244s] ... ok usage: run.py [-h] [--tic TIC] [--tac TAC] error: ambiguous option: --t could match --tic, --tac Try 'run.py help ' for more information. {19} magnumclient.tests.test_shell.ParserTest.test_ambiguous_option [0.001024s] ... ok {16} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_custom_dir_with_config_only_works_if_force [0.959412s] ... ok {16} magnumclient.tests.osc.unit.v1.test_clusters.TestClusterDelete.test_cluster_delete_bad_uuid [0.000869s] ... ok {15} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_delete_success [0.013653s] ... ok {19} magnumclient.tests.test_shell.ShellTest.test_no_auth_url [0.011018s] ... ok {16} magnumclient.tests.osc.unit.v1.test_nodegroups.TestNodeGroupList.test_nodegroup_list_options [0.007005s] ... ok {16} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasCreate.test_quotas_create_with_hardlimit [0.001186s] ... ok {16} magnumclient.tests.osc.unit.v1.test_quotas.TestQuotasDelete.test_quotas_delete [0.000530s] ... ok {16} magnumclient.tests.test_shell.ShellTest.test_positive_non_zero_float [0.000576s] ... ok {15} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_list_success [0.014531s] ... ok {16} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_no_password [0.009947s] ... ok {16} magnumclient.tests.test_utils.FormatLabelsTest.test_format_label_none [0.000369s] ... ok {16} magnumclient.tests.test_utils.FormatLabelsTest.test_format_labels_mix_commas_semicolon [0.000222s] ... ok {16} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_create [0.000138s] ... ok {16} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_update [0.000102s] ... ok {15} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_failure_wrong_attribute [0.012486s] ... ok {15} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_session [0.001394s] ... ok {16} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_create_public_success [0.046062s] ... ok {19} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_insecure [0.062636s] ... ok {16} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_delete_failure_no_arg [0.010093s] ... ok {19} magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_os_cloud [0.011007s] ... ok {19} magnumclient.tests.v1.test_baymodels.BayModelManagerTest.test_baymodel_list_with_marker [0.000205s] ... ok {16} magnumclient.tests.v1.test_baymodels_shell.ShellTest.test_baymodel_list_success [0.012776s] ... ok {19} magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_update_failure_wrong_op [0.011291s] ... ok {19} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_interface [0.003259s] ... ok {19} magnumclient.tests.v1.test_client.ClientInitializeTest.test_init_with_legacy_service_type [0.001299s] ... ok {19} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_delete_by_id [0.000123s] ... ok {19} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_upgrade [0.000117s] ... ok {16} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_ca_show_failure_with_invalid_field [0.015275s] ... ok {19} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_delete_failure_no_arg [0.011111s] ... ok {19} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_update_success_rollback [0.014539s] ... ok {19} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_create_with_docker_volume_size [0.000164s] ... ok {16} magnumclient.tests.v1.test_certificates_shell.ShellTest.test_cluster_ca_sign_with_not_csr [0.019488s] ... ok {16} magnumclient.tests.v1.test_clusters.ClusterManagerTest.test_cluster_resize [0.000126s] ... ok {19} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_failure_invalid_arg [0.009984s] ... ok {19} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_show_success [0.014855s] ... ok {19} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_update_failure_wrong_op [0.009906s] ... ok {19} magnumclient.tests.v1.test_stats_shell.ShellTest.test_stats_get_failure [0.010418s] ... ok Request to delete cluster template foo has been accepted. {15} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_k8s_success_with_tls_csh [0.159797s] ... ok {16} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_with_tls_non_csh [0.225371s] ... ok {16} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_create_failure_duplicate_name [0.012998s] ... ok {16} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_delete_by_id [0.000107s] ... ok {16} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_combined_labels_success [0.012944s] ... ok {16} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_create_docker_storage_driver_success [0.013829s] ... ok {16} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_success_detailed [0.013161s] ... ok {16} magnumclient.tests.v1.test_clustertemplates_shell.ShellTest.test_cluster_template_list_success_with_arg [0.012084s] ... ok Request to delete cluster foo has been accepted. +------------+---------------------------+ | Property | Value | +------------+---------------------------+ | resource | Cluster | | created_at | 2017-09-15T05:40:34+00:00 | | updated_at | 2017-09-15T05:40:34+00:00 | | hard_limit | 1 | | project_id | abc | | id | 10 | | name | fake-quota | +------------+---------------------------+ Request to delete quota for project id abc and resource Cluster has been accepted. {15} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_k8s_success_with_tls_non_csh [0.578302s] ... ok {15} magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_success [0.052986s] ... ok {15} magnumclient.tests.v1.test_clustertemplates.ClusterTemplateManagerTest.test_clustertemplate_create_fail [0.000997s] ... ok {15} magnumclient.tests.v1.test_nodegroups.NodeGroupManagerTest.test_nodegroup_create [0.000115s] ... ok {15} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_delete_failure_no_resource [0.010015s] ... ok {15} magnumclient.tests.v1.test_quotas_shell.ShellTest.test_quotas_delete_success [0.012632s] ... ok Request to resize cluster foo has been accepted. ====== Totals ====== Ran: 488 tests in 1.8836 sec. - Passed: 488 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 9.5867 sec. ============== Worker Balance ============== - Worker 0 (25 tests) => 0:00:00.494129 - Worker 1 (25 tests) => 0:00:00.261676 - Worker 2 (25 tests) => 0:00:00.460434 - Worker 3 (25 tests) => 0:00:00.706218 - Worker 4 (25 tests) => 0:00:00.386605 - Worker 5 (25 tests) => 0:00:00.343851 - Worker 6 (25 tests) => 0:00:00.376109 - Worker 7 (25 tests) => 0:00:00.383634 - Worker 8 (24 tests) => 0:00:00.527910 - Worker 9 (24 tests) => 0:00:00.284237 - Worker 10 (24 tests) => 0:00:00.278174 - Worker 11 (24 tests) => 0:00:00.256899 - Worker 12 (24 tests) => 0:00:00.643046 - Worker 13 (24 tests) => 0:00:00.510041 - Worker 14 (24 tests) => 0:00:00.286096 - Worker 15 (24 tests) => 0:00:00.968278 - Worker 16 (24 tests) => 0:00:01.379605 - Worker 17 (24 tests) => 0:00:00.421628 - Worker 18 (24 tests) => 0:00:00.480447 - Worker 19 (24 tests) => 0:00:00.263406 Test id Runtime (s) ----------------------------------------------------------------------------------------------------------------------------- ----------- magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_custom_dir_with_config_only_works_if_force 0.959 magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_k8s_success_with_tls_non_csh 0.578 magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_creates_config_in_cwd_if_not_dir_specified 0.334 magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_with_tls_csh 0.315 magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_with_tls_non_csh 0.304 magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_with_tls_non_csh 0.276 magnumclient.tests.osc.unit.v1.test_clusters.TestClusterConfig.test_cluster_config_with_custom_dir 0.240 magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_swarm_success_with_tls_csh 0.239 magnumclient.tests.v1.test_clusters_shell.ShellTest.test_cluster_config_swarm_success_with_tls_non_csh 0.225 magnumclient.tests.v1.test_bays_shell.ShellTest.test_bay_config_k8s_success_with_tls_csh 0.225 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-magnumclient-3.6.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TuEa7S + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python3-magnumclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python3-magnumclient + cp -pr README.rst /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python3-magnumclient + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9rtGMX + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python3-magnumclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python3-magnumclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python3-magnumclient + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-magnumclient = 3.6.0-1.el9s python3-magnumclient = 3.6.0-1.el9s python3.9-magnumclient = 3.6.0-1.el9s python3.9dist(python-magnumclient) = 3.6 python3dist(python-magnumclient) = 3.6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(setuptools) Obsoletes: python2-magnumclient < 3.6.0-1.el9s python39-magnumclient < 3.6.0-1.el9s Processing files: python-magnumclient-doc-3.6.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Cx1Zxj + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python-magnumclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python-magnumclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/doc/python-magnumclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.O9dU9N + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python-magnumclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python-magnumclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch/usr/share/licenses/python-magnumclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-magnumclient-doc = 3.6.0-1.el9s Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-magnumclient-tests-3.6.0-1.el9s.noarch Provides: python-magnumclient-tests = 3.6.0-1.el9s python-magnumclient-tests = 3.6.0-1.el9s python3-magnumclient-tests = 3.6.0-1.el9s python3.9-magnumclient-tests = 3.6.0-1.el9s 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.9 Obsoletes: python-magnumclient-tests < 3.6.0-1.el9s python39-magnumclient-tests < 3.6.0-1.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-magnumclient-3.6.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-magnumclient-tests-3.6.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python-magnumclient-doc-3.6.0-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aXgFwo + umask 022 + cd /builddir/build/BUILD + cd python-magnumclient-3.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-magnumclient-3.6.0-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0